#FBF6E9

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

Shades of Old Lace #FBF6E9

Tints of Old Lace #FBF6E9

Color information

#FBF6E9 (or 0xFBF6E9) is unknown color: approx Old Lace. HEX triplet: FB, F6 and E9. RGB value is (251,246,233). Sum of RGB (Red+Green+Blue) = 251+246+233=730 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.38% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 233 (91.41% from 255 or 31.92% from 730); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6E9 is #040916. Grayscale: #F6F6F6. Windows color (decimal): -264471 or 15333115. OLE color: 15333115.

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

Color convert

RGB251246233-
CMYK00.020.070.02
HSL43.33º69.23%94.9%-
HSV(B)43.33º7.17%98.43%-
XYZ87.4592.390.3-
YUV246.01120.66131.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.38%
GREEN value IS 246 (96.48% from 255) = 33.70%
BLUE value IS 233 (91.41% from 255) = 31.92%
R=34.38%
G=33.70%
B=31.92%

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
Decimal25124623300.020.070.0243.3369.2394.9
HexFBF6E902722b455f
Octal373366351027253105137
Binary1111101111110110111010010101111010101110001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6E9; }

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

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

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

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

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

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

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

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