Shades of Linen #FCF1E7
Tints of Linen #FCF1E7
RGB
CMYK
RGB Variations
Color information
#FCF1E7 (or 0xFCF1E7) is known color: Linen. HEX triplet: FC, F1 and E7. RGB value is (252,241,231). Sum of RGB (Red+Green+Blue) = 252+241+231=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 231 (90.62% from 255 or 31.91% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1E7 is #030E18. Grayscale: #F3F3F3. Windows color (decimal): -200217 or 15200764. OLE color: 15200764.
HSL color Cylindrical-coordinate representation of color #FCF1E7: hue angle of 28.57º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCF1E7 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 231 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.01 |
| HSL | 28.57º | 0.78% | 0.95% | - |
| HSV(B) | 28.57º | 0.08% | 0.99% | - |
| XYZ | 86.02 | 89.38 | 88.32 | - |
| YUV | 243.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 231 | 0 | 0.04 | 0.08 | 0.01 | 28.57 | 0.78 | 0.95 |
| Hex | FC | F1 | E7 | 0 | 4 | 8 | 1 | 1D | 4E | 5F |
| Octal | 374 | 361 | 347 | 0 | 4 | 10 | 1 | 35 | 116 | 137 |
| Binary | 11111100 | 11110001 | 11100111 | 0 | 100 | 1000 | 1 | 11101 | 1001110 | 1011111 |
Color Harmonies of #FCF1E7
Complementary color
Monochromatic Colors of #FCF1E7
Black with #FCF1E7
Text Example
Text Example
White with #FCF1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1E7; }
p { color: rgb(252,241,231); }
H1.HeaderClassName
{
color: #FCF1E7;
}
.AnyTagClassName
{
color: #FCF1E7;
}
</style>
background-color css
<style>
a { background-color: #FCF1E7; }
a { background-color: rgb(252,241,231); }
div.DivClassName
{
background-color: #FCF1E7;
}
.BgClassName
{
background-color: #FCF1E7;
}
</style>
border-color css
<style>
span { border-color: #FCF1E7; }
span { border-color: rgb(252,241,231); }
td.TdClassName
{
border-color: #FCF1E7;
}
.TagClassName
{
border-color: #FCF1E7;
}
</style>