#FCE8CD

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

Shades of Blanched Almond #FCE8CD

Tints of Blanched Almond #FCE8CD

Color information

#FCE8CD (or 0xFCE8CD) is unknown color: approx Blanched Almond. HEX triplet: FC, E8 and CD. RGB value is (252,232,205). Sum of RGB (Red+Green+Blue) = 252+232+205=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CD is #031732. Grayscale: #EBEBEB. Windows color (decimal): -202547 or 13494524. OLE color: 13494524.

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

Color convert

RGB252232205-
CMYK00.080.190.01
HSL34.47º88.68%89.61%-
HSV(B)34.47º18.65%98.82%-
XYZ80.0282.8269.53-
YUV234.9111.13140.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 29.75%
R=36.57%
G=33.67%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223220500.080.190.0134.4788.6889.61
HexFCE8CD0813122595a
Octal37435031501023142131132
Binary1111110011101000110011010100010011110001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8CD; }

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

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

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

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

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

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

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

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