Shades of Linen #FCF0E2
Tints of Linen #FCF0E2
RGB
CMYK
RGB Variations
Color information
#FCF0E2 (or 0xFCF0E2) is known color: Linen. HEX triplet: FC, F0 and E2. RGB value is (252,240,226). Sum of RGB (Red+Green+Blue) = 252+240+226=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 226 (88.67% from 255 or 31.48% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0E2 is #030F1D. Grayscale: #F2F2F2. Windows color (decimal): -200478 or 14872828. OLE color: 14872828.
HSL color Cylindrical-coordinate representation of color #FCF0E2: hue angle of 32.31º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCF0E2 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 240 | 226 | - |
CMYK | 0 | 0.05 | 0.10 | 0.01 |
HSL | 32.31º | 0.81% | 0.94% | - |
HSV(B) | 32.31º | 0.1% | 0.99% | - |
XYZ | 85.03 | 88.51 | 84.55 | - |
YUV | 241.99 | 118.98 | 135.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 240 | 226 | 0 | 0.05 | 0.10 | 0.01 | 32.31 | 0.81 | 0.94 |
Hex | FC | F0 | E2 | 0 | 5 | A | 1 | 20 | 51 | 5E |
Octal | 374 | 360 | 342 | 0 | 5 | 12 | 1 | 40 | 121 | 136 |
Binary | 11111100 | 11110000 | 11100010 | 0 | 101 | 1010 | 1 | 100000 | 1010001 | 1011110 |
Color Harmonies of #FCF0E2
Complementary color
Monochromatic Colors of #FCF0E2
Black with #FCF0E2
Text Example
Text Example
White with #FCF0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF0E2; }
p { color: rgb(252,240,226); }
H1.HeaderClassName
{
color: #FCF0E2;
}
.AnyTagClassName
{
color: #FCF0E2;
}
</style>
background-color css
<style>
a { background-color: #FCF0E2; }
a { background-color: rgb(252,240,226); }
div.DivClassName
{
background-color: #FCF0E2;
}
.BgClassName
{
background-color: #FCF0E2;
}
</style>
border-color css
<style>
span { border-color: #FCF0E2; }
span { border-color: rgb(252,240,226); }
td.TdClassName
{
border-color: #FCF0E2;
}
.TagClassName
{
border-color: #FCF0E2;
}
</style>