Shades of Ivory #FEFFF9
Tints of Ivory #FEFFF9
RGB
CMYK
RGB Variations
Color information
#FEFFF9 (or 0xFEFFF9) is known color: Ivory. HEX triplet: FE, FF and F9. RGB value is (254,255,249). Sum of RGB (Red+Green+Blue) = 254+255+249=758 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.51% from 758); Green value is 255 (100% from 255 or 33.64% from 758); Blue value is 249 (97.66% from 255 or 32.85% from 758); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF9 is #010006. Grayscale: #FEFEFE. Windows color (decimal): -65543 or 16383998. OLE color: 16383998.
HSL color Cylindrical-coordinate representation of color #FEFFF9: hue angle of 70º degrees, saturation: 1, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEFFF9 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 249 | - |
| CMYK | 0.00 | 0 | 0.02 | 0 |
| HSL | 70º | 1% | 0.99% | - |
| HSV(B) | 70º | 0.02% | 1% | - |
| XYZ | 93.73 | 99.43 | 103.87 | - |
| YUV | 254.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 249 | 0.00 | 0 | 0.02 | 0 | 70 | 1 | 0.99 |
| Hex | FE | FF | F9 | 0 | 0 | 2 | 0 | 46 | 64 | 63 |
| Octal | 376 | 377 | 371 | 0 | 0 | 2 | 0 | 106 | 144 | 143 |
| Binary | 11111110 | 11111111 | 11111001 | 0 | 0 | 10 | 0 | 1000110 | 1100100 | 1100011 |
Color Harmonies of #FEFFF9
Complementary color
Monochromatic Colors of #FEFFF9
Black with #FEFFF9
Text Example
Text Example
White with #FEFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF9; }
p { color: rgb(254,255,249); }
H1.HeaderClassName
{
color: #FEFFF9;
}
.AnyTagClassName
{
color: #FEFFF9;
}
</style>
background-color css
<style>
a { background-color: #FEFFF9; }
a { background-color: rgb(254,255,249); }
div.DivClassName
{
background-color: #FEFFF9;
}
.BgClassName
{
background-color: #FEFFF9;
}
</style>
border-color css
<style>
span { border-color: #FEFFF9; }
span { border-color: rgb(254,255,249); }
td.TdClassName
{
border-color: #FEFFF9;
}
.TagClassName
{
border-color: #FEFFF9;
}
</style>