#FCE6CE

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

Shades of Blanched Almond #FCE6CE

Tints of Blanched Almond #FCE6CE

Color information

#FCE6CE (or 0xFCE6CE) is unknown color: approx Blanched Almond. HEX triplet: FC, E6 and CE. RGB value is (252,230,206). Sum of RGB (Red+Green+Blue) = 252+230+206=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6CE is #031931. Grayscale: #E9E9E9. Windows color (decimal): -203058 or 13559548. OLE color: 13559548.

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

Color convert

RGB252230206-
CMYK00.090.180.01
HSL31.3º88.46%89.8%-
HSV(B)31.3º18.25%98.82%-
XYZ79.5881.7569.98-
YUV233.84112.29140.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 206 (80.86% from 255) = 29.94%
R=36.63%
G=33.43%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223020600.090.180.0131.388.4689.8
HexFCE6CE091211f585a
Octal37434631601122137130132
Binary111111001110011011001110010011001011111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6CE; }

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

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

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

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

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

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

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

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