#FFE8CC

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

Shades of Blanched Almond #FFE8CC

Tints of Blanched Almond #FFE8CC

Color information

#FFE8CC (or 0xFFE8CC) is unknown color: approx Blanched Almond. HEX triplet: FF, E8 and CC. RGB value is (255,232,204). Sum of RGB (Red+Green+Blue) = 255+232+204=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CC is #001733. Grayscale: #EBEBEB. Windows color (decimal): -5940 or 13428991. OLE color: 13428991.

HSL color Cylindrical-coordinate representation of color #FFE8CC: hue angle of 32.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE8CC is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB255232204-
CMYK00.090.20
HSL32.94º100%90%-
HSV(B)32.94º20%100%-
XYZ8183.3368.94-
YUV235.68110.12141.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=36.90%
G=33.57%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523220400.090.2032.9410090
HexFFE8CC0914021645a
Octal37735031401124041144132
Binary1111111111101000110011000100110100010000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8CC; }

 p { color: rgb(255,232,204); }

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

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

 a { background-color: rgb(255,232,204); }

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

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

 span { border-color: rgb(255,232,204); }

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