#FBF5ED

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

Shades of Old Lace #FBF5ED

Tints of Old Lace #FBF5ED

Color information

#FBF5ED (or 0xFBF5ED) is unknown color: approx Old Lace. HEX triplet: FB, F5 and ED. RGB value is (251,245,237). Sum of RGB (Red+Green+Blue) = 251+245+237=733 (97% of max value = 765). Red value is 251 (98.44% from 255 or 34.24% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 237 (92.97% from 255 or 32.33% from 733); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF5ED is #040A12. Grayscale: #F5F5F5. Windows color (decimal): -264723 or 15595003. OLE color: 15595003.

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

Color convert

RGB251245237-
CMYK00.020.060.02
HSL34.29º63.64%95.69%-
HSV(B)34.29º5.58%98.43%-
XYZ87.7291.9393.24-
YUV245.88122.99131.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.24%
GREEN value IS 245 (96.09% from 255) = 33.42%
BLUE value IS 237 (92.97% from 255) = 32.33%
R=34.24%
G=33.42%
B=32.33%

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
Decimal25124523700.020.060.0234.2963.6495.69
HexFBF5ED0262224060
Octal373365355026242100140
Binary1111101111110101111011010101101010001010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF5ED; }

 p { color: rgb(251,245,237); }

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

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

 a { background-color: rgb(251,245,237); }

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

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

 span { border-color: rgb(251,245,237); }

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