#FCF5ED

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

Shades of Linen #FCF5ED

Tints of Linen #FCF5ED

Color information

#FCF5ED (or 0xFCF5ED) is unknown color: approx Linen. HEX triplet: FC, F5 and ED. RGB value is (252,245,237). Sum of RGB (Red+Green+Blue) = 252+245+237=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5ED is #030A12. Grayscale: #F6F6F6. Windows color (decimal): -199187 or 15595004. OLE color: 15595004.

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

Color convert

RGB252245237-
CMYK00.030.060.01
HSL32º71.43%95.88%-
HSV(B)32º5.95%98.82%-
XYZ88.0892.1193.26-
YUV246.18122.82132.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 32.29%
R=34.33%
G=33.38%
B=32.29%

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
Decimal25224523700.030.060.013271.4395.88
HexFCF5ED0361204760
Octal374365355036140107140
Binary111111001111010111101101011110110000010001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5ED; }

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

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

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

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

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

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

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

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