#FCEACB

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

Shades of Blanched Almond #FCEACB

Tints of Blanched Almond #FCEACB

Color information

#FCEACB (or 0xFCEACB) is unknown color: approx Blanched Almond. HEX triplet: FC, EA and CB. RGB value is (252,234,203). Sum of RGB (Red+Green+Blue) = 252+234+203=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEACB is #031534. Grayscale: #EBEBEB. Windows color (decimal): -202037 or 13363964. OLE color: 13363964.

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

Color convert

RGB252234203-
CMYK00.070.190.01
HSL37.96º89.09%89.22%-
HSV(B)37.96º19.44%98.82%-
XYZ80.3583.8568.45-
YUV235.85109.46139.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=36.57%
G=33.96%
B=29.46%

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
Decimal25223420300.070.190.0137.9689.0989.22
HexFCEACB07131265959
Octal3743523130723146131131
Binary111111001110101011001011011110011110011010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEACB; }

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

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

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

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

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

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

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

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