#FCEAD1

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

Shades of Blanched Almond #FCEAD1

Tints of Blanched Almond #FCEAD1

Color information

#FCEAD1 (or 0xFCEAD1) is unknown color: approx Blanched Almond. HEX triplet: FC, EA and D1. RGB value is (252,234,209). Sum of RGB (Red+Green+Blue) = 252+234+209=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 209 (82.03% from 255 or 30.07% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAD1 is #03152E. Grayscale: #ECECEC. Windows color (decimal): -202031 or 13757180. OLE color: 13757180.

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

Color convert

RGB252234209-
CMYK00.070.170.01
HSL34.88º87.76%90.39%-
HSV(B)34.88º17.06%98.82%-
XYZ81.0884.1472.29-
YUV236.53112.46139.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 209 (82.03% from 255) = 30.07%
R=36.26%
G=33.67%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223420900.070.170.0134.8887.7690.39
HexFCEAD10711123585a
Octal3743523210721143130132
Binary111111001110101011010001011110001110001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAD1; }

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

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

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

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

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

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

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

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