#FCF0E5

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

Shades of Linen #FCF0E5

Tints of Linen #FCF0E5

Color information

#FCF0E5 (or 0xFCF0E5) is unknown color: approx Linen. HEX triplet: FC, F0 and E5. RGB value is (252,240,229). Sum of RGB (Red+Green+Blue) = 252+240+229=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0E5 is #030F1A. Grayscale: #F2F2F2. Windows color (decimal): -200475 or 15069436. OLE color: 15069436.

HSL color Cylindrical-coordinate representation of color #FCF0E5: hue angle of 28.7º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCF0E5 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252240229-
CMYK00.050.090.01
HSL28.7º79.31%94.31%-
HSV(B)28.7º9.13%98.82%-
XYZ85.4588.6786.74-
YUV242.33120.48134.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.95%
GREEN value IS 240 (94.14% from 255) = 33.29%
BLUE value IS 229 (89.84% from 255) = 31.76%
R=34.95%
G=33.29%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224022900.050.090.0128.779.3194.31
HexFCF0E505911d4f5e
Octal3743603450511135117136
Binary1111110011110000111001010101100111110110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0E5; }

 p { color: rgb(252,240,229); }

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

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

 a { background-color: rgb(252,240,229); }

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

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

 span { border-color: rgb(252,240,229); }

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