#FBF4EA

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

Shades of Old Lace #FBF4EA

Tints of Old Lace #FBF4EA

Color information

#FBF4EA (or 0xFBF4EA) is unknown color: approx Old Lace. HEX triplet: FB, F4 and EA. RGB value is (251,244,234). Sum of RGB (Red+Green+Blue) = 251+244+234=729 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.43% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 234 (91.80% from 255 or 32.10% from 729); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FBF4EA is #040B15. Grayscale: #F5F5F5. Windows color (decimal): -264982 or 15398139. OLE color: 15398139.

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

Color convert

RGB251244234-
CMYK00.030.070.02
HSL35.29º68%95.1%-
HSV(B)35.29º6.77%98.43%-
XYZ86.9991.1590.85-
YUV244.95121.82132.31-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 34.43%
GREEN value IS 244 (95.70% from 255) = 33.47%
BLUE value IS 234 (91.80% from 255) = 32.10%
R=34.43%
G=33.47%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124423400.030.070.0235.296895.1
HexFBF4EA037223445f
Octal373364352037243104137
Binary1111101111110100111010100111111010001110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF4EA; }

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

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

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

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

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

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

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

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