#FFE7CB

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

Shades of Blanched Almond #FFE7CB

Tints of Blanched Almond #FFE7CB

Color information

#FFE7CB (or 0xFFE7CB) is unknown color: approx Blanched Almond. HEX triplet: FF, E7 and CB. RGB value is (255,231,203). Sum of RGB (Red+Green+Blue) = 255+231+203=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7CB is #001834. Grayscale: #EBEBEB. Windows color (decimal): -6197 or 13363199. OLE color: 13363199.

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

Color convert

RGB255231203-
CMYK00.090.200
HSL32.31º100%89.8%-
HSV(B)32.31º20.39%100%-
XYZ80.682.7268.22-
YUV234.98109.95142.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=37.01%
G=33.53%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523120300.090.20032.3110089.8
HexFFE7CB0914020645a
Octal37734731301124040144132
Binary1111111111100111110010110100110100010000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE7CB; }

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

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

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

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

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

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

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

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