#FBF6EB

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

Shades of Old Lace #FBF6EB

Tints of Old Lace #FBF6EB

Color information

#FBF6EB (or 0xFBF6EB) is unknown color: approx Old Lace. HEX triplet: FB, F6 and EB. RGB value is (251,246,235). Sum of RGB (Red+Green+Blue) = 251+246+235=732 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.29% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 235 (92.19% from 255 or 32.10% from 732); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF6EB is #040914. Grayscale: #F6F6F6. Windows color (decimal): -264469 or 15464187. OLE color: 15464187.

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

Color convert

RGB251246235-
CMYK00.020.060.02
HSL41.25º66.67%95.29%-
HSV(B)41.25º6.37%98.43%-
XYZ87.7392.4291.81-
YUV246.24121.66131.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.29%
GREEN value IS 246 (96.48% from 255) = 33.61%
BLUE value IS 235 (92.19% from 255) = 32.10%
R=34.29%
G=33.61%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124623500.020.060.0241.2566.6795.29
HexFBF6EB026229435f
Octal373366353026251103137
Binary1111101111110110111010110101101010100110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF6EB; }

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

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

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

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

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

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

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

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