Shades of Linen #FCF5ED
Tints of Linen #FCF5ED
RGB
CMYK
RGB Variations
Color information
#FCF5ED (or 0xFCF5ED) is known color: Linen. HEX triplet: FC, F5 and ED. RGB value is (252,245,237). Sum of RGB (Red+Green+Blue) = 252+245+237=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 237 (92.97% from 255 or 32.29% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5ED is #030A12. Grayscale: #F6F6F6. Windows color (decimal): -199187 or 15595004. OLE color: 15595004.
HSL color Cylindrical-coordinate representation of color #FCF5ED: hue angle of 32º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCF5ED is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 245 | 237 | - |
CMYK | 0 | 0.03 | 0.06 | 0.01 |
HSL | 32º | 0.71% | 0.96% | - |
HSV(B) | 32º | 0.06% | 0.99% | - |
XYZ | 88.08 | 92.11 | 93.26 | - |
YUV | 246.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 245 | 237 | 0 | 0.03 | 0.06 | 0.01 | 32 | 0.71 | 0.96 |
Hex | FC | F5 | ED | 0 | 3 | 6 | 1 | 20 | 47 | 60 |
Octal | 374 | 365 | 355 | 0 | 3 | 6 | 1 | 40 | 107 | 140 |
Binary | 11111100 | 11110101 | 11101101 | 0 | 11 | 110 | 1 | 100000 | 1000111 | 1100000 |
Color Harmonies of #FCF5ED
Complementary color
Monochromatic Colors of #FCF5ED
Black with #FCF5ED
Text Example
Text Example
White with #FCF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5ED; }
p { color: rgb(252,245,237); }
H1.HeaderClassName
{
color: #FCF5ED;
}
.AnyTagClassName
{
color: #FCF5ED;
}
</style>
background-color css
<style>
a { background-color: #FCF5ED; }
a { background-color: rgb(252,245,237); }
div.DivClassName
{
background-color: #FCF5ED;
}
.BgClassName
{
background-color: #FCF5ED;
}
</style>
border-color css
<style>
span { border-color: #FCF5ED; }
span { border-color: rgb(252,245,237); }
td.TdClassName
{
border-color: #FCF5ED;
}
.TagClassName
{
border-color: #FCF5ED;
}
</style>