Html Css Color HEX #FCE8CC Blanched Almond

📋 copy color: '#FCE8CC'

red 252 ◦ green 232 ◦ blue 204

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

Shades of Blanched Almond #FCE8CC

Tints of Blanched Almond #FCE8CC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.72%

 BLUE value IS 204 (80.08% from 255) = 29.65%

R = 36.63%
G = 33.72%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCE8CC (or 0xFCE8CC) is known color: Blanched Almond. HEX triplet: FC, E8 and CC. RGB value is (252,232,204). Sum of RGB (Red+Green+Blue) = 252+232+204=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 204 (80.08% from 255 or 29.65% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CC is #031733. Grayscale: #EAEAEA. Windows color (decimal): -202548 or 13428988. OLE color: 13428988.

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

Color convert

RGB 252 232 204 -
CMYK 0 0.08 0.19 0.01
HSL 35º 0.89% 0.89% -
HSV(B) 35º 0.19% 0.99% -
XYZ 79.9 82.77 68.89 -
YUV 234.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 252 232 204 0 0.08 0.19 0.01 35 0.89 0.89
Hex FC E8 CC 0 8 13 1 23 59 59
Octal 374 350 314 0 10 23 1 43 131 131
Binary 11111100 11101000 11001100 0 1000 10011 1 100011 1011001 1011001

Color Harmonies of #FCE8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE8CC

Black with #FCE8CC

Text Example


Text Example

White with #FCE8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE8CC; }

 p { color: rgb(252,232,204); }

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

background-color css

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

 a { background-color: rgb(252,232,204); }

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

border-color css

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

 span { border-color: rgb(252,232,204); }

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