Shades of Ivory #F8F8F5
Tints of Ivory #F8F8F5
RGB
CMYK
RGB Variations
Color information
#F8F8F5 (or 0xF8F8F5) is known color: Ivory. HEX triplet: F8, F8 and F5. RGB value is (248,248,245). Sum of RGB (Red+Green+Blue) = 248+248+245=741 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.47% from 741); Green value is 248 (97.27% from 255 or 33.47% from 741); Blue value is 245 (96.09% from 255 or 33.06% from 741); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F8F5 is #07070A. Grayscale: #F7F7F7. Windows color (decimal): -460555 or 16120056. OLE color: 16120056.
HSL color Cylindrical-coordinate representation of color #F8F8F5: hue angle of 60º degrees, saturation: 0.18, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F8F8F5 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 248 | 245 | - |
CMYK | 0 | 0 | 0.01 | 0.03 |
HSL | 60º | 0.18% | 0.97% | - |
HSV(B) | 60º | 0.01% | 0.97% | - |
XYZ | 88.76 | 93.68 | 99.79 | - |
YUV | 247.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 248 | 245 | 0 | 0 | 0.01 | 0.03 | 60 | 0.18 | 0.97 |
Hex | F8 | F8 | F5 | 0 | 0 | 1 | 3 | 3C | 12 | 61 |
Octal | 370 | 370 | 365 | 0 | 0 | 1 | 3 | 74 | 22 | 141 |
Binary | 11111000 | 11111000 | 11110101 | 0 | 0 | 1 | 11 | 111100 | 10010 | 1100001 |
Color Harmonies of #F8F8F5
Complementary color
Monochromatic Colors of #F8F8F5
Black with #F8F8F5
Text Example
Text Example
White with #F8F8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F8F5; }
p { color: rgb(248,248,245); }
H1.HeaderClassName
{
color: #F8F8F5;
}
.AnyTagClassName
{
color: #F8F8F5;
}
</style>
background-color css
<style>
a { background-color: #F8F8F5; }
a { background-color: rgb(248,248,245); }
div.DivClassName
{
background-color: #F8F8F5;
}
.BgClassName
{
background-color: #F8F8F5;
}
</style>
border-color css
<style>
span { border-color: #F8F8F5; }
span { border-color: rgb(248,248,245); }
td.TdClassName
{
border-color: #F8F8F5;
}
.TagClassName
{
border-color: #F8F8F5;
}
</style>