#FBEBCF

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

Shades of Blanched Almond #FBEBCF

Tints of Blanched Almond #FBEBCF

Color information

#FBEBCF (or 0xFBEBCF) is unknown color: approx Blanched Almond. HEX triplet: FB, EB and CF. RGB value is (251,235,207). Sum of RGB (Red+Green+Blue) = 251+235+207=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBCF is #041430. Grayscale: #ECECEC. Windows color (decimal): -267313 or 13626363. OLE color: 13626363.

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

Color convert

RGB251235207-
CMYK00.060.180.02
HSL38.18º84.62%89.8%-
HSV(B)38.18º17.53%98.43%-
XYZ80.7584.4371.07-
YUV236.59111.3138.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 207 (81.25% from 255) = 29.87%
R=36.22%
G=33.91%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25123520700.060.180.0238.1884.6289.8
HexFBEBCF0612226555a
Octal3733533170622246125132
Binary1111101111101011110011110110100101010011010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBEBCF; }

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

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

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

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

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

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

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

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