#FCEACD

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

Shades of Blanched Almond #FCEACD

Tints of Blanched Almond #FCEACD

Color information

#FCEACD (or 0xFCEACD) is unknown color: approx Blanched Almond. HEX triplet: FC, EA and CD. RGB value is (252,234,205). Sum of RGB (Red+Green+Blue) = 252+234+205=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACD is #031532. Grayscale: #ECECEC. Windows color (decimal): -202035 or 13495036. OLE color: 13495036.

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

Color convert

RGB252234205-
CMYK00.070.190.01
HSL37.02º88.68%89.61%-
HSV(B)37.02º18.65%98.82%-
XYZ80.5983.9569.71-
YUV236.08110.46139.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 205 (80.47% from 255) = 29.67%
R=36.47%
G=33.86%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223420500.070.190.0137.0288.6889.61
HexFCEACD0713125595a
Octal3743523150723145131132
Binary111111001110101011001101011110011110010110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEACD; }

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

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

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

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

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

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

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

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