Shades of Linen #FCF2E6
Tints of Linen #FCF2E6
RGB
CMYK
RGB Variations
Color information
#FCF2E6 (or 0xFCF2E6) is known color: Linen. HEX triplet: FC, F2 and E6. RGB value is (252,242,230). Sum of RGB (Red+Green+Blue) = 252+242+230=724 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.81% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 230 (90.23% from 255 or 31.77% from 724); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2E6 is #030D19. Grayscale: #F3F3F3. Windows color (decimal): -199962 or 15135484. OLE color: 15135484.
HSL color Cylindrical-coordinate representation of color #FCF2E6: hue angle of 32.73º 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 #FCF2E6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 230 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.01 |
| HSL | 32.73º | 0.79% | 0.95% | - |
| HSV(B) | 32.73º | 0.09% | 0.99% | - |
| XYZ | 86.18 | 89.91 | 87.68 | - |
| YUV | 243.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 230 | 0 | 0.04 | 0.09 | 0.01 | 32.73 | 0.79 | 0.95 |
| Hex | FC | F2 | E6 | 0 | 4 | 9 | 1 | 21 | 4F | 5F |
| Octal | 374 | 362 | 346 | 0 | 4 | 11 | 1 | 41 | 117 | 137 |
| Binary | 11111100 | 11110010 | 11100110 | 0 | 100 | 1001 | 1 | 100001 | 1001111 | 1011111 |
Color Harmonies of #FCF2E6
Complementary color
Monochromatic Colors of #FCF2E6
Black with #FCF2E6
Text Example
Text Example
White with #FCF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2E6; }
p { color: rgb(252,242,230); }
H1.HeaderClassName
{
color: #FCF2E6;
}
.AnyTagClassName
{
color: #FCF2E6;
}
</style>
background-color css
<style>
a { background-color: #FCF2E6; }
a { background-color: rgb(252,242,230); }
div.DivClassName
{
background-color: #FCF2E6;
}
.BgClassName
{
background-color: #FCF2E6;
}
</style>
border-color css
<style>
span { border-color: #FCF2E6; }
span { border-color: rgb(252,242,230); }
td.TdClassName
{
border-color: #FCF2E6;
}
.TagClassName
{
border-color: #FCF2E6;
}
</style>