#FBE9D0

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

Shades of Blanched Almond #FBE9D0

Tints of Blanched Almond #FBE9D0

Color information

#FBE9D0 (or 0xFBE9D0) is unknown color: approx Blanched Almond. HEX triplet: FB, E9 and D0. RGB value is (251,233,208). Sum of RGB (Red+Green+Blue) = 251+233+208=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 208 (81.64% from 255 or 30.06% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9D0 is #04162F. Grayscale: #EBEBEB. Windows color (decimal): -267824 or 13691387. OLE color: 13691387.

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

Color convert

RGB251233208-
CMYK00.070.170.02
HSL34.88º84.31%90%-
HSV(B)34.88º17.13%98.43%-
XYZ80.3183.3471.53-
YUV235.53112.46139.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 208 (81.64% from 255) = 30.06%
R=36.27%
G=33.67%
B=30.06%

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
Decimal25123320800.070.170.0234.8884.3190
HexFBE9D00711223545a
Octal3733513200721243124132
Binary1111101111101001110100000111100011010001110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9D0; }

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

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

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

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

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

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

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

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