#FBE8CB

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

Shades of Blanched Almond #FBE8CB

Tints of Blanched Almond #FBE8CB

Color information

#FBE8CB (or 0xFBE8CB) is unknown color: approx Blanched Almond. HEX triplet: FB, E8 and CB. RGB value is (251,232,203). Sum of RGB (Red+Green+Blue) = 251+232+203=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 232 (91.02% from 255 or 33.82% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8CB is #041734. Grayscale: #EAEAEA. Windows color (decimal): -268085 or 13363451. OLE color: 13363451.

HSL color Cylindrical-coordinate representation of color #FBE8CB: hue angle of 36.25º 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 #FBE8CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251232203-
CMYK00.080.190.02
HSL36.25º85.71%89.02%-
HSV(B)36.25º19.12%98.43%-
XYZ79.4282.5368.24-
YUV234.38110.29139.86-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 232 (91.02% from 255) = 33.82%
BLUE value IS 203 (79.69% from 255) = 29.59%
R=36.59%
G=33.82%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123220300.080.190.0236.2585.7189.02
HexFBE8CB08132245659
Octal37335031301023244126131
Binary11111011111010001100101101000100111010010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8CB; }

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

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

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

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

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

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

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

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