#FCEACA

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

Shades of Blanched Almond #FCEACA

Tints of Blanched Almond #FCEACA

Color information

#FCEACA (or 0xFCEACA) is unknown color: approx Blanched Almond. HEX triplet: FC, EA and CA. RGB value is (252,234,202). Sum of RGB (Red+Green+Blue) = 252+234+202=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 234 (91.80% from 255 or 34.01% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACA is #031535. Grayscale: #EBEBEB. Windows color (decimal): -202038 or 13298428. OLE color: 13298428.

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

Color convert

RGB252234202-
CMYK00.070.200.01
HSL38.4º89.29%89.02%-
HSV(B)38.4º19.84%98.82%-
XYZ80.2383.8167.82-
YUV235.73108.96139.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 234 (91.80% from 255) = 34.01%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=36.63%
G=34.01%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223420200.070.200.0138.489.2989.02
HexFCEACA07141265959
Octal3743523120724146131131
Binary111111001110101011001010011110100110011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEACA; }

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

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

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

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

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

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

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

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