#FBE9CF

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

Shades of Blanched Almond #FBE9CF

Tints of Blanched Almond #FBE9CF

Color information

#FBE9CF (or 0xFBE9CF) is unknown color: approx Blanched Almond. HEX triplet: FB, E9 and CF. RGB value is (251,233,207). Sum of RGB (Red+Green+Blue) = 251+233+207=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9CF is #041630. Grayscale: #EBEBEB. Windows color (decimal): -267825 or 13625851. OLE color: 13625851.

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

Color convert

RGB251233207-
CMYK00.070.180.02
HSL35.45º84.62%89.8%-
HSV(B)35.45º17.53%98.43%-
XYZ80.1983.2970.88-
YUV235.42111.96139.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 207 (81.25% from 255) = 29.96%
R=36.32%
G=33.72%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123320700.070.180.0235.4584.6289.8
HexFBE9CF0712223555a
Octal3733513170722243125132
Binary1111101111101001110011110111100101010001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9CF; }

 p { color: rgb(251,233,207); }

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

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

 a { background-color: rgb(251,233,207); }

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

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

 span { border-color: rgb(251,233,207); }

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