#FFE8CE

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

Shades of Blanched Almond #FFE8CE

Tints of Blanched Almond #FFE8CE

Color information

#FFE8CE (or 0xFFE8CE) is unknown color: approx Blanched Almond. HEX triplet: FF, E8 and CE. RGB value is (255,232,206). Sum of RGB (Red+Green+Blue) = 255+232+206=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CE is #001731. Grayscale: #ECECEC. Windows color (decimal): -5938 or 13560063. OLE color: 13560063.

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

Color convert

RGB255232206-
CMYK00.090.190
HSL31.84º100%90.39%-
HSV(B)31.84º19.22%100%-
XYZ81.2483.4370.21-
YUV235.91111.12141.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 206 (80.86% from 255) = 29.73%
R=36.80%
G=33.48%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523220600.090.19031.8410090.39
HexFFE8CE0913020645a
Octal37735031601123040144132
Binary1111111111101000110011100100110011010000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8CE; }

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

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

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

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

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

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

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

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