#FBE8CF

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

Shades of Blanched Almond #FBE8CF

Tints of Blanched Almond #FBE8CF

Color information

#FBE8CF (or 0xFBE8CF) is unknown color: approx Blanched Almond. HEX triplet: FB, E8 and CF. RGB value is (251,232,207). Sum of RGB (Red+Green+Blue) = 251+232+207=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8CF is #041730. Grayscale: #EAEAEA. Windows color (decimal): -268081 or 13625595. OLE color: 13625595.

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

Color convert

RGB251232207-
CMYK00.080.180.02
HSL34.09º84.62%89.8%-
HSV(B)34.09º17.53%98.43%-
XYZ79.982.7370.79-
YUV234.83112.29139.53-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 207 (81.25% from 255) = 30%
R=36.38%
G=33.62%
B=30%

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
Decimal25123220700.080.180.0234.0984.6289.8
HexFBE8CF0812222555a
Octal37335031701022242125132
Binary11111011111010001100111101000100101010001010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE8CF; }

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

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

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

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

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

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

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

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