#FBE9CB

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

Shades of Blanched Almond #FBE9CB

Tints of Blanched Almond #FBE9CB

Color information

#FBE9CB (or 0xFBE9CB) is unknown color: approx Blanched Almond. HEX triplet: FB, E9 and CB. RGB value is (251,233,203). Sum of RGB (Red+Green+Blue) = 251+233+203=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE9CB is #041634. Grayscale: #EBEBEB. Windows color (decimal): -267829 or 13363707. OLE color: 13363707.

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

Color convert

RGB251233203-
CMYK00.070.190.02
HSL37.5º85.71%89.02%-
HSV(B)37.5º19.12%98.43%-
XYZ79.783.168.34-
YUV234.96109.96139.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 233 (91.41% from 255) = 33.92%
BLUE value IS 203 (79.69% from 255) = 29.55%
R=36.54%
G=33.92%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123320300.070.190.0237.585.7189.02
HexFBE9CB07132265659
Octal3733513130723246126131
Binary1111101111101001110010110111100111010011010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE9CB; }

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

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

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

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

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

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

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

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