Shades of Linen #FCF1E3
Tints of Linen #FCF1E3
RGB
CMYK
RGB Variations
Color information
#FCF1E3 (or 0xFCF1E3) is known color: Linen. HEX triplet: FC, F1 and E3. RGB value is (252,241,227). Sum of RGB (Red+Green+Blue) = 252+241+227=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 241 (94.53% from 255 or 33.47% from 720); Blue value is 227 (89.06% from 255 or 31.53% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1E3 is #030E1C. Grayscale: #F2F2F2. Windows color (decimal): -200221 or 14938620. OLE color: 14938620.
HSL color Cylindrical-coordinate representation of color #FCF1E3: hue angle of 33.6º 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 #FCF1E3 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 227 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.01 |
| HSL | 33.6º | 0.81% | 0.94% | - |
| HSV(B) | 33.6º | 0.1% | 0.99% | - |
| XYZ | 85.47 | 89.15 | 85.38 | - |
| YUV | 242.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 227 | 0 | 0.04 | 0.10 | 0.01 | 33.6 | 0.81 | 0.94 |
| Hex | FC | F1 | E3 | 0 | 4 | A | 1 | 22 | 51 | 5E |
| Octal | 374 | 361 | 343 | 0 | 4 | 12 | 1 | 42 | 121 | 136 |
| Binary | 11111100 | 11110001 | 11100011 | 0 | 100 | 1010 | 1 | 100010 | 1010001 | 1011110 |
Color Harmonies of #FCF1E3
Complementary color
Monochromatic Colors of #FCF1E3
Black with #FCF1E3
Text Example
Text Example
White with #FCF1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1E3; }
p { color: rgb(252,241,227); }
H1.HeaderClassName
{
color: #FCF1E3;
}
.AnyTagClassName
{
color: #FCF1E3;
}
</style>
background-color css
<style>
a { background-color: #FCF1E3; }
a { background-color: rgb(252,241,227); }
div.DivClassName
{
background-color: #FCF1E3;
}
.BgClassName
{
background-color: #FCF1E3;
}
</style>
border-color css
<style>
span { border-color: #FCF1E3; }
span { border-color: rgb(252,241,227); }
td.TdClassName
{
border-color: #FCF1E3;
}
.TagClassName
{
border-color: #FCF1E3;
}
</style>