Shades of Ivory #FFFFF2
Tints of Ivory #FFFFF2
RGB
CMYK
RGB Variations
Color information
#FFFFF2 (or 0xFFFFF2) is known color: Ivory. HEX triplet: FF, FF and F2. RGB value is (255,255,242). Sum of RGB (Red+Green+Blue) = 255+255+242=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 255 (100% from 255 or 33.91% from 752); Blue value is 242 (94.92% from 255 or 32.18% from 752); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFF2 is #00000D. Grayscale: #FDFDFD. Windows color (decimal): -14 or 15925247. OLE color: 15925247.
HSL color Cylindrical-coordinate representation of color #FFFFF2: hue angle of 60º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFFFF2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 242 | - |
CMYK | 0 | 0 | 0.05 | 0 |
HSL | 60º | 1% | 0.97% | - |
HSV(B) | 60º | 0.05% | 1% | - |
XYZ | 93.03 | 99.19 | 98.25 | - |
YUV | 253.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 242 | 0 | 0 | 0.05 | 0 | 60 | 1 | 0.97 |
Hex | FF | FF | F2 | 0 | 0 | 5 | 0 | 3C | 64 | 61 |
Octal | 377 | 377 | 362 | 0 | 0 | 5 | 0 | 74 | 144 | 141 |
Binary | 11111111 | 11111111 | 11110010 | 0 | 0 | 101 | 0 | 111100 | 1100100 | 1100001 |
Color Harmonies of #FFFFF2
Complementary color
Monochromatic Colors of #FFFFF2
Black with #FFFFF2
Text Example
Text Example
White with #FFFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFF2; }
p { color: rgb(255,255,242); }
H1.HeaderClassName
{
color: #FFFFF2;
}
.AnyTagClassName
{
color: #FFFFF2;
}
</style>
background-color css
<style>
a { background-color: #FFFFF2; }
a { background-color: rgb(255,255,242); }
div.DivClassName
{
background-color: #FFFFF2;
}
.BgClassName
{
background-color: #FFFFF2;
}
</style>
border-color css
<style>
span { border-color: #FFFFF2; }
span { border-color: rgb(255,255,242); }
td.TdClassName
{
border-color: #FFFFF2;
}
.TagClassName
{
border-color: #FFFFF2;
}
</style>