#FBF6EA

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

Shades of Old Lace #FBF6EA

Tints of Old Lace #FBF6EA

Color information

#FBF6EA (or 0xFBF6EA) is unknown color: approx Old Lace. HEX triplet: FB, F6 and EA. RGB value is (251,246,234). Sum of RGB (Red+Green+Blue) = 251+246+234=731 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.34% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 234 (91.80% from 255 or 32.01% from 731); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6EA is #040915. Grayscale: #F6F6F6. Windows color (decimal): -264470 or 15398651. OLE color: 15398651.

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

Color convert

RGB251246234-
CMYK00.020.070.02
HSL42.35º68%95.1%-
HSV(B)42.35º6.77%98.43%-
XYZ87.5992.3691.05-
YUV246.13121.16131.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.34%
GREEN value IS 246 (96.48% from 255) = 33.65%
BLUE value IS 234 (91.80% from 255) = 32.01%
R=34.34%
G=33.65%
B=32.01%

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
Decimal25124623400.020.070.0242.356895.1
HexFBF6EA02722a445f
Octal373366352027252104137
Binary1111101111110110111010100101111010101010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6EA; }

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

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

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

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

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

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

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

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