#FBE6CE

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

Shades of Blanched Almond #FBE6CE

Tints of Blanched Almond #FBE6CE

Color information

#FBE6CE (or 0xFBE6CE) is unknown color: approx Blanched Almond. HEX triplet: FB, E6 and CE. RGB value is (251,230,206). Sum of RGB (Red+Green+Blue) = 251+230+206=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 206 (80.86% from 255 or 29.99% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE6CE is #041931. Grayscale: #E9E9E9. Windows color (decimal): -268594 or 13559547. OLE color: 13559547.

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

Color convert

RGB251230206-
CMYK00.080.180.02
HSL32º84.91%89.61%-
HSV(B)32º17.93%98.43%-
XYZ79.2281.5669.96-
YUV233.54112.46140.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.54%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 206 (80.86% from 255) = 29.99%
R=36.54%
G=33.48%
B=29.99%

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
Decimal25123020600.080.180.023284.9189.61
HexFBE6CE0812220555a
Octal37334631601022240125132
Binary11111011111001101100111001000100101010000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE6CE; }

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

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

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

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

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

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

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

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