#FFE8CF

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

Shades of Blanched Almond #FFE8CF

Tints of Blanched Almond #FFE8CF

Color information

#FFE8CF (or 0xFFE8CF) is unknown color: approx Blanched Almond. HEX triplet: FF, E8 and CF. RGB value is (255,232,207). Sum of RGB (Red+Green+Blue) = 255+232+207=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CF is #001730. Grayscale: #ECECEC. Windows color (decimal): -5937 or 13625599. OLE color: 13625599.

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

Color convert

RGB255232207-
CMYK00.090.190
HSL31.25º100%90.59%-
HSV(B)31.25º18.82%100%-
XYZ81.3683.4870.86-
YUV236.03111.62141.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 232 (91.02% from 255) = 33.43%
BLUE value IS 207 (81.25% from 255) = 29.83%
R=36.74%
G=33.43%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523220700.090.19031.2510090.59
HexFFE8CF091301f645b
Octal37735031701123037144133
Binary111111111110100011001111010011001101111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8CF; }

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

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

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

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

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

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

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

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