#FCF6EA

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

Shades of Old Lace #FCF6EA

Tints of Old Lace #FCF6EA

Color information

#FCF6EA (or 0xFCF6EA) is unknown color: approx Old Lace. HEX triplet: FC, F6 and EA. RGB value is (252,246,234). Sum of RGB (Red+Green+Blue) = 252+246+234=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 246 (96.48% from 255 or 33.61% from 732); Blue value is 234 (91.80% from 255 or 31.97% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF6EA is #030915. Grayscale: #F6F6F6. Windows color (decimal): -198934 or 15398652. OLE color: 15398652.

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

Color convert

RGB252246234-
CMYK00.020.070.01
HSL40º75%95.29%-
HSV(B)40º7.14%98.82%-
XYZ87.9592.5591.07-
YUV246.43120.99131.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 246 (96.48% from 255) = 33.61%
BLUE value IS 234 (91.80% from 255) = 31.97%
R=34.43%
G=33.61%
B=31.97%

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
Decimal25224623400.020.070.01407595.29
HexFCF6EA0271284b5f
Octal374366352027150113137
Binary111111001111011011101010010111110100010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6EA; }

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

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

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

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

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

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

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

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