#FCF7EB

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

Shades of Old Lace #FCF7EB

Tints of Old Lace #FCF7EB

Color information

#FCF7EB (or 0xFCF7EB) is unknown color: approx Old Lace. HEX triplet: FC, F7 and EB. RGB value is (252,247,235). Sum of RGB (Red+Green+Blue) = 252+247+235=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 247 (96.88% from 255 or 33.65% from 734); Blue value is 235 (92.19% from 255 or 32.02% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7EB is #030814. Grayscale: #F7F7F7. Windows color (decimal): -198677 or 15464444. OLE color: 15464444.

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

Color convert

RGB252247235-
CMYK00.020.070.01
HSL42.35º73.91%95.49%-
HSV(B)42.35º6.75%98.82%-
XYZ88.493.2291.93-
YUV247.13121.16131.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 247 (96.88% from 255) = 33.65%
BLUE value IS 235 (92.19% from 255) = 32.02%
R=34.33%
G=33.65%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224723500.020.070.0142.3573.9195.49
HexFCF7EB02712a4a5f
Octal374367353027152112137
Binary111111001111011111101011010111110101010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF7EB; }

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

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

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

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

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

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

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

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