#FCF5EB

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

Shades of Old Lace #FCF5EB

Tints of Old Lace #FCF5EB

Color information

#FCF5EB (or 0xFCF5EB) is unknown color: approx Old Lace. HEX triplet: FC, F5 and EB. RGB value is (252,245,235). Sum of RGB (Red+Green+Blue) = 252+245+235=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 235 (92.19% from 255 or 32.10% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5EB is #030A14. Grayscale: #F5F5F5. Windows color (decimal): -199189 or 15463932. OLE color: 15463932.

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

Color convert

RGB252245235-
CMYK00.030.070.01
HSL35.29º73.91%95.49%-
HSV(B)35.29º6.75%98.82%-
XYZ87.799291.73-
YUV245.95121.82132.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 245 (96.09% from 255) = 33.47%
BLUE value IS 235 (92.19% 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.01
SystemRedGreenBlueCMYKHSL
Decimal25224523500.030.070.0135.2973.9195.49
HexFCF5EB0371234a5f
Octal374365353037143112137
Binary111111001111010111101011011111110001110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5EB; }

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

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

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

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

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

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

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

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