Shades of Linen #F8F3ED
Tints of Linen #F8F3ED
RGB
CMYK
RGB Variations
Color information
#F8F3ED (or 0xF8F3ED) is known color: Linen. HEX triplet: F8, F3 and ED. RGB value is (248,243,237). Sum of RGB (Red+Green+Blue) = 248+243+237=728 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.07% from 728); Green value is 243 (95.31% from 255 or 33.38% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F3ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F3ED is #070C12. Grayscale: #F3F3F3. Windows color (decimal): -461843 or 15594488. OLE color: 15594488.
HSL color Cylindrical-coordinate representation of color #F8F3ED: hue angle of 32.73º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8F3ED is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 243 | 237 | - |
CMYK | 0 | 0.02 | 0.04 | 0.03 |
HSL | 32.73º | 0.44% | 0.95% | - |
HSV(B) | 32.73º | 0.04% | 0.97% | - |
XYZ | 86.05 | 90.17 | 92.99 | - |
YUV | 243.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 243 | 237 | 0 | 0.02 | 0.04 | 0.03 | 32.73 | 0.44 | 0.95 |
Hex | F8 | F3 | ED | 0 | 2 | 4 | 3 | 21 | 2C | 5F |
Octal | 370 | 363 | 355 | 0 | 2 | 4 | 3 | 41 | 54 | 137 |
Binary | 11111000 | 11110011 | 11101101 | 0 | 10 | 100 | 11 | 100001 | 101100 | 1011111 |
Color Harmonies of #F8F3ED
Complementary color
Monochromatic Colors of #F8F3ED
Black with #F8F3ED
Text Example
Text Example
White with #F8F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F3ED; }
p { color: rgb(248,243,237); }
H1.HeaderClassName
{
color: #F8F3ED;
}
.AnyTagClassName
{
color: #F8F3ED;
}
</style>
background-color css
<style>
a { background-color: #F8F3ED; }
a { background-color: rgb(248,243,237); }
div.DivClassName
{
background-color: #F8F3ED;
}
.BgClassName
{
background-color: #F8F3ED;
}
</style>
border-color css
<style>
span { border-color: #F8F3ED; }
span { border-color: rgb(248,243,237); }
td.TdClassName
{
border-color: #F8F3ED;
}
.TagClassName
{
border-color: #F8F3ED;
}
</style>