#FBE7CE

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

Shades of Blanched Almond #FBE7CE

Tints of Blanched Almond #FBE7CE

Color information

#FBE7CE (or 0xFBE7CE) is unknown color: approx Blanched Almond. HEX triplet: FB, E7 and CE. RGB value is (251,231,206). Sum of RGB (Red+Green+Blue) = 251+231+206=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE7CE is #041831. Grayscale: #EAEAEA. Windows color (decimal): -268338 or 13559803. OLE color: 13559803.

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

Color convert

RGB251231206-
CMYK00.080.180.02
HSL33.33º84.91%89.61%-
HSV(B)33.33º17.93%98.43%-
XYZ79.582.1270.05-
YUV234.13112.13140.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.48%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 206 (80.86% from 255) = 29.94%
R=36.48%
G=33.58%
B=29.94%

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
Decimal25123120600.080.180.0233.3384.9189.61
HexFBE7CE0812221555a
Octal37334731601022241125132
Binary11111011111001111100111001000100101010000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE7CE; }

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

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

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

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

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

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

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

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