#FBF7E9

Color #FBF7E9 Old Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lace #FBF7E9

Tints of Old Lace #FBF7E9

Color information

#FBF7E9 (or 0xFBF7E9) is unknown color: approx Old Lace. HEX triplet: FB, F7 and E9. RGB value is (251,247,233). Sum of RGB (Red+Green+Blue) = 251+247+233=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 233 (91.41% from 255 or 31.87% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF7E9 is #040816. Grayscale: #F6F6F6. Windows color (decimal): -264215 or 15333371. OLE color: 15333371.

HSL color Cylindrical-coordinate representation of color #FBF7E9: hue angle of 46.67º degrees, saturation: 0.69, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FBF7E9 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251247233-
CMYK00.020.070.02
HSL46.67º69.23%94.9%-
HSV(B)46.67º7.17%98.43%-
XYZ87.7592.9190.4-
YUV246.6120.33131.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 247 (96.88% from 255) = 33.79%
BLUE value IS 233 (91.41% from 255) = 31.87%
R=34.34%
G=33.79%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124723300.020.070.0246.6769.2394.9
HexFBF7E902722f455f
Octal373367351027257105137
Binary1111101111110111111010010101111010111110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF7E9; }

 p { color: rgb(251,247,233); }

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

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

 a { background-color: rgb(251,247,233); }

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

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

 span { border-color: rgb(251,247,233); }

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