#FCF5EA

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

Shades of Old Lace #FCF5EA

Tints of Old Lace #FCF5EA

Color information

#FCF5EA (or 0xFCF5EA) is unknown color: approx Old Lace. HEX triplet: FC, F5 and EA. RGB value is (252,245,234). Sum of RGB (Red+Green+Blue) = 252+245+234=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 245 (96.09% from 255 or 33.52% from 731); Blue value is 234 (91.80% from 255 or 32.01% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5EA is #030A15. Grayscale: #F5F5F5. Windows color (decimal): -199190 or 15398396. OLE color: 15398396.

HSL color Cylindrical-coordinate representation of color #FCF5EA: hue angle of 36.67º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCF5EA is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252245234-
CMYK00.030.070.01
HSL36.67º75%95.29%-
HSV(B)36.67º7.14%98.82%-
XYZ87.6591.9490.97-
YUV245.84121.32132.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 245 (96.09% from 255) = 33.52%
BLUE value IS 234 (91.80% from 255) = 32.01%
R=34.47%
G=33.52%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224523400.030.070.0136.677595.29
HexFCF5EA0371254b5f
Octal374365352037145113137
Binary111111001111010111101010011111110010110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5EA; }

 p { color: rgb(252,245,234); }

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

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

 a { background-color: rgb(252,245,234); }

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

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

 span { border-color: rgb(252,245,234); }

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