#FCF4EC

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

Shades of Linen #FCF4EC

Tints of Linen #FCF4EC

Color information

#FCF4EC (or 0xFCF4EC) is unknown color: approx Linen. HEX triplet: FC, F4 and EC. RGB value is (252,244,236). Sum of RGB (Red+Green+Blue) = 252+244+236=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 236 (92.58% from 255 or 32.24% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4EC is #030B13. Grayscale: #F5F5F5. Windows color (decimal): -199444 or 15529212. OLE color: 15529212.

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

Color convert

RGB252244236-
CMYK00.030.060.01
HSL30º72.73%95.69%-
HSV(B)30º6.35%98.82%-
XYZ87.6491.4592.39-
YUV245.48122.65132.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.43%
GREEN value IS 244 (95.70% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 32.24%
R=34.43%
G=33.33%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224423600.030.060.013072.7395.69
HexFCF4EC03611e4960
Octal374364354036136111140
Binary11111100111101001110110001111011111010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4EC; }

 p { color: rgb(252,244,236); }

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

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

 a { background-color: rgb(252,244,236); }

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

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

 span { border-color: rgb(252,244,236); }

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