#FBE7CB

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

Shades of Blanched Almond #FBE7CB

Tints of Blanched Almond #FBE7CB

Color information

#FBE7CB (or 0xFBE7CB) is unknown color: approx Blanched Almond. HEX triplet: FB, E7 and CB. RGB value is (251,231,203). Sum of RGB (Red+Green+Blue) = 251+231+203=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 231 (90.62% from 255 or 33.72% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7CB is #041834. Grayscale: #E9E9E9. Windows color (decimal): -268341 or 13363195. OLE color: 13363195.

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

Color convert

RGB251231203-
CMYK00.080.190.02
HSL35º85.71%89.02%-
HSV(B)35º19.12%98.43%-
XYZ79.1481.9768.15-
YUV233.79110.63140.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.64%
GREEN value IS 231 (90.62% from 255) = 33.72%
BLUE value IS 203 (79.69% from 255) = 29.64%
R=36.64%
G=33.72%
B=29.64%

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
Decimal25123120300.080.190.023585.7189.02
HexFBE7CB08132235659
Octal37334731301023243126131
Binary11111011111001111100101101000100111010001110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7CB; }

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

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

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

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

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

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

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

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