Shades of Ivory #F5F5F2
Tints of Ivory #F5F5F2
RGB
CMYK
RGB Variations
Color information
#F5F5F2 (or 0xF5F5F2) is known color: Ivory. HEX triplet: F5, F5 and F2. RGB value is (245,245,242). Sum of RGB (Red+Green+Blue) = 245+245+242=732 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.47% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 242 (94.92% from 255 or 33.06% from 732); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F5F2 is #0A0A0D. Grayscale: #F4F4F4. Windows color (decimal): -657934 or 15922677. OLE color: 15922677.
HSL color Cylindrical-coordinate representation of color #F5F5F2: hue angle of 60º degrees, saturation: 0.13, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F5F5F2 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 245 | 242 | - |
CMYK | 0 | 0 | 0.01 | 0.04 |
HSL | 60º | 0.13% | 0.95% | - |
HSV(B) | 60º | 0.01% | 0.96% | - |
XYZ | 86.34 | 91.13 | 97.04 | - |
YUV | 244.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 245 | 242 | 0 | 0 | 0.01 | 0.04 | 60 | 0.13 | 0.95 |
Hex | F5 | F5 | F2 | 0 | 0 | 1 | 4 | 3C | D | 5F |
Octal | 365 | 365 | 362 | 0 | 0 | 1 | 4 | 74 | 15 | 137 |
Binary | 11110101 | 11110101 | 11110010 | 0 | 0 | 1 | 100 | 111100 | 1101 | 1011111 |
Color Harmonies of #F5F5F2
Complementary color
Monochromatic Colors of #F5F5F2
Black with #F5F5F2
Text Example
Text Example
White with #F5F5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F5F2; }
p { color: rgb(245,245,242); }
H1.HeaderClassName
{
color: #F5F5F2;
}
.AnyTagClassName
{
color: #F5F5F2;
}
</style>
background-color css
<style>
a { background-color: #F5F5F2; }
a { background-color: rgb(245,245,242); }
div.DivClassName
{
background-color: #F5F5F2;
}
.BgClassName
{
background-color: #F5F5F2;
}
</style>
border-color css
<style>
span { border-color: #F5F5F2; }
span { border-color: rgb(245,245,242); }
td.TdClassName
{
border-color: #F5F5F2;
}
.TagClassName
{
border-color: #F5F5F2;
}
</style>