#FCE6CC

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

Shades of Blanched Almond #FCE6CC

Tints of Blanched Almond #FCE6CC

Color information

#FCE6CC (or 0xFCE6CC) is unknown color: approx Blanched Almond. HEX triplet: FC, E6 and CC. RGB value is (252,230,204). Sum of RGB (Red+Green+Blue) = 252+230+204=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6CC is #031933. Grayscale: #E9E9E9. Windows color (decimal): -203060 or 13428476. OLE color: 13428476.

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

Color convert

RGB252230204-
CMYK00.090.190.01
HSL32.5º88.89%89.41%-
HSV(B)32.5º19.05%98.82%-
XYZ79.3481.6568.7-
YUV233.61111.29141.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 230 (90.23% from 255) = 33.53%
BLUE value IS 204 (80.08% from 255) = 29.74%
R=36.73%
G=33.53%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223020400.090.190.0132.588.8989.41
HexFCE6CC09131205959
Octal37434631401123140131131
Binary1111110011100110110011000100110011110000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6CC; }

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

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

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

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

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

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

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

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