Shades of Ivory #FFFEF9
Tints of Ivory #FFFEF9
RGB
CMYK
RGB Variations
Color information
#FFFEF9 (or 0xFFFEF9) is known color: Ivory. HEX triplet: FF, FE and F9. RGB value is (255,254,249). Sum of RGB (Red+Green+Blue) = 255+254+249=758 (100% of max value = 765). Red value is 255 (100% from 255 or 33.64% from 758); Green value is 254 (99.61% from 255 or 33.51% from 758); Blue value is 249 (97.66% from 255 or 32.85% from 758); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEF9 is #000106. Grayscale: #FDFDFD. Windows color (decimal): -263 or 16383743. OLE color: 16383743.
HSL color Cylindrical-coordinate representation of color #FFFEF9: hue angle of 50º 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 #FFFEF9 is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 254 | 249 | - |
CMYK | 0 | 0.00 | 0.02 | 0 |
HSL | 50º | 1% | 0.99% | - |
HSV(B) | 50º | 0.02% | 1% | - |
XYZ | 93.78 | 98.98 | 103.79 | - |
YUV | 253.73 | 125.33 | 128.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 254 | 249 | 0 | 0.00 | 0.02 | 0 | 50 | 1 | 0.99 |
Hex | FF | FE | F9 | 0 | 0 | 2 | 0 | 32 | 64 | 63 |
Octal | 377 | 376 | 371 | 0 | 0 | 2 | 0 | 62 | 144 | 143 |
Binary | 11111111 | 11111110 | 11111001 | 0 | 0 | 10 | 0 | 110010 | 1100100 | 1100011 |
Color Harmonies of #FFFEF9
Complementary color
Monochromatic Colors of #FFFEF9
Black with #FFFEF9
Text Example
Text Example
White with #FFFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFEF9; }
p { color: rgb(255,254,249); }
H1.HeaderClassName
{
color: #FFFEF9;
}
.AnyTagClassName
{
color: #FFFEF9;
}
</style>
background-color css
<style>
a { background-color: #FFFEF9; }
a { background-color: rgb(255,254,249); }
div.DivClassName
{
background-color: #FFFEF9;
}
.BgClassName
{
background-color: #FFFEF9;
}
</style>
border-color css
<style>
span { border-color: #FFFEF9; }
span { border-color: rgb(255,254,249); }
td.TdClassName
{
border-color: #FFFEF9;
}
.TagClassName
{
border-color: #FFFEF9;
}
</style>