#FCEACE

Color #FCEACE Blanched Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blanched Almond #FCEACE

Tints of Blanched Almond #FCEACE

Color information

#FCEACE (or 0xFCEACE) is unknown color: approx Blanched Almond. HEX triplet: FC, EA and CE. RGB value is (252,234,206). Sum of RGB (Red+Green+Blue) = 252+234+206=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 206 (80.86% from 255 or 29.77% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACE is #031531. Grayscale: #ECECEC. Windows color (decimal): -202034 or 13560572. OLE color: 13560572.

HSL color Cylindrical-coordinate representation of color #FCEACE: hue angle of 36.52º 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 #FCEACE is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252234206-
CMYK00.070.180.01
HSL36.52º88.46%89.8%-
HSV(B)36.52º18.25%98.82%-
XYZ80.718470.35-
YUV236.19110.96139.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 206 (80.86% from 255) = 29.77%
R=36.42%
G=33.82%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223420600.070.180.0136.5288.4689.8
HexFCEACE0712125585a
Octal3743523160722145130132
Binary111111001110101011001110011110010110010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEACE; }

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

 H1.HeaderClassName
 {
   color: #FCEACE;
 }
 .AnyTagClassName
 {
   color: #FCEACE;
 }
</style>
background-color css

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

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

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

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

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

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