#FBE7CF

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

Shades of Blanched Almond #FBE7CF

Tints of Blanched Almond #FBE7CF

Color information

#FBE7CF (or 0xFBE7CF) is unknown color: approx Blanched Almond. HEX triplet: FB, E7 and CF. RGB value is (251,231,207). Sum of RGB (Red+Green+Blue) = 251+231+207=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 207 (81.25% from 255 or 30.04% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7CF is #041830. Grayscale: #EAEAEA. Windows color (decimal): -268337 or 13625339. OLE color: 13625339.

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

Color convert

RGB251231207-
CMYK00.080.180.02
HSL32.73º84.62%89.8%-
HSV(B)32.73º17.53%98.43%-
XYZ79.6282.1770.69-
YUV234.24112.63139.95-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.43%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 207 (81.25% from 255) = 30.04%
R=36.43%
G=33.53%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123120700.080.180.0232.7384.6289.8
HexFBE7CF0812221555a
Octal37334731701022241125132
Binary11111011111001111100111101000100101010000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7CF; }

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

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

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

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

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

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

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

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