Shades of Linen #FCF1E6
Tints of Linen #FCF1E6
RGB
CMYK
RGB Variations
Color information
#FCF1E6 (or 0xFCF1E6) is known color: Linen. HEX triplet: FC, F1 and E6. RGB value is (252,241,230). Sum of RGB (Red+Green+Blue) = 252+241+230=723 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.85% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 230 (90.23% from 255 or 31.81% from 723); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1E6 is #030E19. Grayscale: #F3F3F3. Windows color (decimal): -200218 or 15135228. OLE color: 15135228.
HSL color Cylindrical-coordinate representation of color #FCF1E6: hue angle of 30º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCF1E6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 230 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.01 |
| HSL | 30º | 0.79% | 0.95% | - |
| HSV(B) | 30º | 0.09% | 0.99% | - |
| XYZ | 85.88 | 89.32 | 87.58 | - |
| YUV | 243.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 230 | 0 | 0.04 | 0.09 | 0.01 | 30 | 0.79 | 0.95 |
| Hex | FC | F1 | E6 | 0 | 4 | 9 | 1 | 1E | 4F | 5F |
| Octal | 374 | 361 | 346 | 0 | 4 | 11 | 1 | 36 | 117 | 137 |
| Binary | 11111100 | 11110001 | 11100110 | 0 | 100 | 1001 | 1 | 11110 | 1001111 | 1011111 |
Color Harmonies of #FCF1E6
Complementary color
Monochromatic Colors of #FCF1E6
Black with #FCF1E6
Text Example
Text Example
White with #FCF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1E6; }
p { color: rgb(252,241,230); }
H1.HeaderClassName
{
color: #FCF1E6;
}
.AnyTagClassName
{
color: #FCF1E6;
}
</style>
background-color css
<style>
a { background-color: #FCF1E6; }
a { background-color: rgb(252,241,230); }
div.DivClassName
{
background-color: #FCF1E6;
}
.BgClassName
{
background-color: #FCF1E6;
}
</style>
border-color css
<style>
span { border-color: #FCF1E6; }
span { border-color: rgb(252,241,230); }
td.TdClassName
{
border-color: #FCF1E6;
}
.TagClassName
{
border-color: #FCF1E6;
}
</style>