Shades of Romance #F8F5ED
Tints of Romance #F8F5ED
RGB
CMYK
RGB Variations
Color information
#F8F5ED (or 0xF8F5ED) is known color: Romance. HEX triplet: F8, F5 and ED. RGB value is (248,245,237). Sum of RGB (Red+Green+Blue) = 248+245+237=730 (96% of max value = 765). Red value is 248 (97.27% from 255 or 33.97% from 730); Green value is 245 (96.09% from 255 or 33.56% from 730); Blue value is 237 (92.97% from 255 or 32.47% from 730); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F5ED is #070A12. Grayscale: #F5F5F5. Windows color (decimal): -461331 or 15595000. OLE color: 15595000.
HSL color Cylindrical-coordinate representation of color #F8F5ED: hue angle of 43.64º 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 #F8F5ED is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 245 | 237 | - |
CMYK | 0 | 0.01 | 0.04 | 0.03 |
HSL | 43.64º | 0.44% | 0.95% | - |
HSV(B) | 43.64º | 0.04% | 0.97% | - |
XYZ | 86.65 | 91.38 | 93.19 | - |
YUV | 244.99 | 123.49 | 130.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 245 | 237 | 0 | 0.01 | 0.04 | 0.03 | 43.64 | 0.44 | 0.95 |
Hex | F8 | F5 | ED | 0 | 1 | 4 | 3 | 2C | 2C | 5F |
Octal | 370 | 365 | 355 | 0 | 1 | 4 | 3 | 54 | 54 | 137 |
Binary | 11111000 | 11110101 | 11101101 | 0 | 1 | 100 | 11 | 101100 | 101100 | 1011111 |
Color Harmonies of #F8F5ED
Complementary color
Monochromatic Colors of #F8F5ED
Black with #F8F5ED
Text Example
Text Example
White with #F8F5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F5ED; }
p { color: rgb(248,245,237); }
H1.HeaderClassName
{
color: #F8F5ED;
}
.AnyTagClassName
{
color: #F8F5ED;
}
</style>
background-color css
<style>
a { background-color: #F8F5ED; }
a { background-color: rgb(248,245,237); }
div.DivClassName
{
background-color: #F8F5ED;
}
.BgClassName
{
background-color: #F8F5ED;
}
</style>
border-color css
<style>
span { border-color: #F8F5ED; }
span { border-color: rgb(248,245,237); }
td.TdClassName
{
border-color: #F8F5ED;
}
.TagClassName
{
border-color: #F8F5ED;
}
</style>