#FFE7CA

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

Shades of Blanched Almond #FFE7CA

Tints of Blanched Almond #FFE7CA

Color information

#FFE7CA (or 0xFFE7CA) is unknown color: approx Blanched Almond. HEX triplet: FF, E7 and CA. RGB value is (255,231,202). Sum of RGB (Red+Green+Blue) = 255+231+202=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7CA is #001835. Grayscale: #EBEBEB. Windows color (decimal): -6198 or 13297663. OLE color: 13297663.

HSL color Cylindrical-coordinate representation of color #FFE7CA: hue angle of 32.83º 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 #FFE7CA is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB255231202-
CMYK00.090.210
HSL32.83º100%89.61%-
HSV(B)32.83º20.78%100%-
XYZ80.4882.6867.59-
YUV234.87109.45142.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=37.06%
G=33.58%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523120200.090.21032.8310089.61
HexFFE7CA0915021645a
Octal37734731201125041144132
Binary1111111111100111110010100100110101010000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7CA; }

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

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

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

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

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

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

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

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