Html Css Color HEX #FCE9CE Blanched Almond

📋 copy color: '#FCE9CE'

red 252 ◦ green 233 ◦ blue 206

#FCE9CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blanched Almond #FCE9CE

Tints of Blanched Almond #FCE9CE

RGB

 RED value IS 252 (98.83% from 255) = 36.47%

 GREEN value IS 233 (91.41% from 255) = 33.72%

 BLUE value IS 206 (80.86% from 255) = 29.81%

R = 36.47%
G = 33.72%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCE9CE (or 0xFCE9CE) is known color: Blanched Almond. HEX triplet: FC, E9 and CE. RGB value is (252,233,206). Sum of RGB (Red+Green+Blue) = 252+233+206=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9CE is #031631. Grayscale: #EBEBEB. Windows color (decimal): -202290 or 13560316. OLE color: 13560316.

HSL color Cylindrical-coordinate representation of color #FCE9CE: hue angle of 35.22º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCE9CE is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 233 206 -
CMYK 0 0.08 0.18 0.01
HSL 35.22º 0.88% 0.9% -
HSV(B) 35.22º 0.18% 0.99% -
XYZ 80.42 83.43 70.26 -
YUV 235.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 252 233 206 0 0.08 0.18 0.01 35.22 0.88 0.9
Hex FC E9 CE 0 8 12 1 23 58 5A
Octal 374 351 316 0 10 22 1 43 130 132
Binary 11111100 11101001 11001110 0 1000 10010 1 100011 1011000 1011010

Color Harmonies of #FCE9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9CE

Black with #FCE9CE

Text Example


Text Example

White with #FCE9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9CE; }

 p { color: rgb(252,233,206); }

 H1.HeaderClassName
 {
   color: #FCE9CE;
 }
 .AnyTagClassName
 {
   color: #FCE9CE;
 }
</style>

background-color css

<style>
 a { background-color: #FCE9CE; }

 a { background-color: rgb(252,233,206); }

 div.DivClassName
 {
   background-color: #FCE9CE;
 }
 .BgClassName
 {
   background-color: #FCE9CE;
 }
</style>

border-color css

<style>
 span { border-color: #FCE9CE; }

 span { border-color: rgb(252,233,206); }

 td.TdClassName
 {
   border-color: #FCE9CE;
 }
 .TagClassName
 {
   border-color: #FCE9CE;
 }
</style>