Shades of Linen #FCF2E9
Tints of Linen #FCF2E9
RGB
CMYK
RGB Variations
Color information
#FCF2E9 (or 0xFCF2E9) is known color: Linen. HEX triplet: FC, F2 and E9. RGB value is (252,242,233). Sum of RGB (Red+Green+Blue) = 252+242+233=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 233 (91.41% from 255 or 32.05% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF2E9 is #030D16. Grayscale: #F4F4F4. Windows color (decimal): -199959 or 15332092. OLE color: 15332092.
HSL color Cylindrical-coordinate representation of color #FCF2E9: hue angle of 28.42º degrees, saturation: 0.76, 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 #FCF2E9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 233 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.01 |
| HSL | 28.42º | 0.76% | 0.95% | - |
| HSV(B) | 28.42º | 0.08% | 0.99% | - |
| XYZ | 86.61 | 90.08 | 89.91 | - |
| YUV | 243.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 233 | 0 | 0.04 | 0.08 | 0.01 | 28.42 | 0.76 | 0.95 |
| Hex | FC | F2 | E9 | 0 | 4 | 8 | 1 | 1C | 4C | 5F |
| Octal | 374 | 362 | 351 | 0 | 4 | 10 | 1 | 34 | 114 | 137 |
| Binary | 11111100 | 11110010 | 11101001 | 0 | 100 | 1000 | 1 | 11100 | 1001100 | 1011111 |
Color Harmonies of #FCF2E9
Complementary color
Monochromatic Colors of #FCF2E9
Black with #FCF2E9
Text Example
Text Example
White with #FCF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF2E9; }
p { color: rgb(252,242,233); }
H1.HeaderClassName
{
color: #FCF2E9;
}
.AnyTagClassName
{
color: #FCF2E9;
}
</style>
background-color css
<style>
a { background-color: #FCF2E9; }
a { background-color: rgb(252,242,233); }
div.DivClassName
{
background-color: #FCF2E9;
}
.BgClassName
{
background-color: #FCF2E9;
}
</style>
border-color css
<style>
span { border-color: #FCF2E9; }
span { border-color: rgb(252,242,233); }
td.TdClassName
{
border-color: #FCF2E9;
}
.TagClassName
{
border-color: #FCF2E9;
}
</style>