COLOR #FBE6CA

HEX: #FBE6CA
RGB: (251,230,202)

Renk bilgisi

#FBE6CA contains red, green and blue colors in about the same proportion. #FBE6CA ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FBE6CA color RGB value is (251,230,202).

  • kırmız ton 251;
  • yeşil ton 230;
  • mavi ton 202.
RGB:
(251,230,202)
(98%,90%,79%)

RGB bağlantıları ve doygunluk

R 251 of 255 = 98%
G 230 of 255 = 90%
B 202 of 255 = 79%

251
230
202

R + G + B ~ 89%. #FBE6CA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
251 + 230 + 202 = 683 (100%)
R 251 of 683 ~ 36.75%
G 230 of 683 ~ 33.67%
B 202 of 683 ~ 29.58%

%36.75
%33.67
%29.58

CMYK RENK MODELİ

#FBE6CA rengi CMYK tonu (0,8,20,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.37%
  • sarı tonu 19.52%
  • ana renk tonu 1.57%
CMYK:
(0,8,20,2)
C0M8Y20K2 
(0%,8%,20%,2%)
(0.00/0.08/0.20/0.02)	

CMYK yüzdeleri

%0
%8.37
%19.52
%1.57

Codes

Color #FBE6CA in popluar color models

FBE6CA
RGB251230202
HSL34°85.96%88.82%
HSB/HSV34°19.52%98.43%
CMYK0.00%8.37%19.52%
1.57%

Color #FBE6CA in popluar number systems.

HEXFBE6CA
Decimal251230202
Binary111110111110011011001010
Octal373346312

Shades and tints

Shades of #FBE6CA

#FBE6CA
(251,230,202)
#E5D2B8
(229,210,184)
#CFBEA6
(207,190,166)
#B9AA94
(185,170,148)
#A39682
(163,150,130)
#8D8270
(141,130,112)
#776E5E
(119,110,94)
#615A4C
(97,90,76)
#4B463A
(75,70,58)
#353228
(53,50,40)
#1F1E16
(31,30,22)
#000000
(0,0,0)

Tints of #FBE6CA

#FBE6CA
(251,230,202)
#FBE8CE
(251,232,206)
#FBEAD2
(251,234,210)
#FBECD6
(251,236,214)
#FBEEDA
(251,238,218)
#FBF0DE
(251,240,222)
#FBF2E2
(251,242,226)
#FBF4E6
(251,244,230)
#FBF6EA
(251,246,234)
#FBF8EE
(251,248,238)
#FBFAF2
(251,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE6CA color. Also use rgb(251,230,202) instead hex code.

Text Font Color

.myTextColor { color: #FBE6CA; }

<p style="color:#FBE6CA">This sample text font color is #FBE6CA.</p>

This text font color is #FBE6CA.


Background Color

.myBgColor { background-color: #FBE6CA; }

<div style="background-color:#FBE6CA">Inner text</div>

This div background color is #FBE6CA.


Border color

.myBorderColor { border: 1px solid #FBE6CA; }

<div style="border:3px solid #FBE6CA">Div</div>

This div border color is #FBE6CA.


Opacity

.myOpacity80 { color: #FBE6CA; opacity: 0.8; }

<p style="color:#FBE6CA;opacity:0.8;">80%</p>

Text with #FBE6CA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FBE6CA;}

<p style="text-shadow: 3px 3px 1px #FBE6CA">Text here.</p>

This text has shadow with #FBE6CA color.

.textShadow {text-shadow: 3px 3px 1px #FBE6CA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FBE6CA, 5px 5px 20px red">Text here.</p>

This text has shadow with #FBE6CA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FBE6CA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FBE6CA, Direction=45, Strength=4)">Text</p>

This text has shadow with #FBE6CA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FBE6CA;
  -webkit-box-shadow:	1px 1px 3px 2px #FBE6CA;
  box-shadow:		1px 1px 3px 2px #FBE6CA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FBE6CA;
-webkit-box-shadow: 1px 1px 3px 2px #FBE6CA;
box-shadow:1px 1px 3px 2px #FBE6CA;">
Div content here</div>
This div box has shadow with color #FBE6CA.

Preview

Color preview on black background

This text has color #FBE6CA on black background.


Color preview on white background

This text has color #FBE6CA on white background.



Black color preview on #FBE6CA background

This text has black color on #FBE6CA background.


White color preview on #FBE6CA background

This text has white color on #FBE6CA background.