#FCF5E6

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

Shades of Old Lace #FCF5E6

Tints of Old Lace #FCF5E6

Color information

#FCF5E6 (or 0xFCF5E6) is unknown color: approx Old Lace. HEX triplet: FC, F5 and E6. RGB value is (252,245,230). Sum of RGB (Red+Green+Blue) = 252+245+230=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 230 (90.23% from 255 or 31.64% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5E6 is #030A19. Grayscale: #F5F5F5. Windows color (decimal): -199194 or 15136252. OLE color: 15136252.

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

Color convert

RGB252245230-
CMYK00.030.090.01
HSL40.91º78.57%94.51%-
HSV(B)40.91º8.73%98.82%-
XYZ87.0891.7187.98-
YUV245.38119.32132.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 245 (96.09% from 255) = 33.70%
BLUE value IS 230 (90.23% from 255) = 31.64%
R=34.66%
G=33.70%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224523000.030.090.0140.9178.5794.51
HexFCF5E60391294f5f
Octal3743653460311151117137
Binary1111110011110101111001100111001110100110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5E6; }

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

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

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

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

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

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

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

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