#F9E7CE

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

Shades of Blanched Almond #F9E7CE

Tints of Blanched Almond #F9E7CE

Color information

#F9E7CE (or 0xF9E7CE) is unknown color: approx Blanched Almond. HEX triplet: F9, E7 and CE. RGB value is (249,231,206). Sum of RGB (Red+Green+Blue) = 249+231+206=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E7CE is #061831. Grayscale: #E9E9E9. Windows color (decimal): -399410 or 13559801. OLE color: 13559801.

HSL color Cylindrical-coordinate representation of color #F9E7CE: hue angle of 34.88º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9E7CE is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249231206-
CMYK00.070.170.02
HSL34.88º78.18%89.22%-
HSV(B)34.88º17.27%97.65%-
XYZ78.7881.7570.02-
YUV233.53112.46139.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 206 (80.86% from 255) = 30.03%
R=36.30%
G=33.67%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923120600.070.170.0234.8878.1889.22
HexF9E7CE07112234e59
Octal3713473160721243116131
Binary1111100111100111110011100111100011010001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E7CE; }

 p { color: rgb(249,231,206); }

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

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

 a { background-color: rgb(249,231,206); }

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

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

 span { border-color: rgb(249,231,206); }

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