#FFE8CA

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

Shades of Blanched Almond #FFE8CA

Tints of Blanched Almond #FFE8CA

Color information

#FFE8CA (or 0xFFE8CA) is unknown color: approx Blanched Almond. HEX triplet: FF, E8 and CA. RGB value is (255,232,202). Sum of RGB (Red+Green+Blue) = 255+232+202=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8CA is #001735. Grayscale: #EBEBEB. Windows color (decimal): -5942 or 13297919. OLE color: 13297919.

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

Color convert

RGB255232202-
CMYK00.090.210
HSL33.96º100%89.61%-
HSV(B)33.96º20.78%100%-
XYZ80.7683.2467.69-
YUV235.46109.12141.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 202 (79.30% from 255) = 29.32%
R=37.01%
G=33.67%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523220200.090.21033.9610089.61
HexFFE8CA0915022645a
Octal37735031201125042144132
Binary1111111111101000110010100100110101010001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE8CA; }

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

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

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

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

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

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

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

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