Shades of Ivory #FEFFF0
Tints of Ivory #FEFFF0
RGB
CMYK
RGB Variations
Color information
#FEFFF0 (or 0xFEFFF0) is known color: Ivory. HEX triplet: FE, FF and F0. RGB value is (254,255,240). Sum of RGB (Red+Green+Blue) = 254+255+240=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 240 (94.14% from 255 or 32.04% from 749); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF0 is #01000F. Grayscale: #FDFDFD. Windows color (decimal): -65552 or 15794174. OLE color: 15794174.
HSL color Cylindrical-coordinate representation of color #FEFFF0: hue angle of 64º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEFFF0 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 240 | - |
| CMYK | 0.00 | 0 | 0.06 | 0 |
| HSL | 64º | 1% | 0.97% | - |
| HSV(B) | 64º | 0.06% | 1% | - |
| XYZ | 92.36 | 98.88 | 96.66 | - |
| YUV | 252.99 | 120.67 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 240 | 0.00 | 0 | 0.06 | 0 | 64 | 1 | 0.97 |
| Hex | FE | FF | F0 | 0 | 0 | 6 | 0 | 40 | 64 | 61 |
| Octal | 376 | 377 | 360 | 0 | 0 | 6 | 0 | 100 | 144 | 141 |
| Binary | 11111110 | 11111111 | 11110000 | 0 | 0 | 110 | 0 | 1000000 | 1100100 | 1100001 |
Color Harmonies of #FEFFF0
Complementary color
Monochromatic Colors of #FEFFF0
Black with #FEFFF0
Text Example
Text Example
White with #FEFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF0; }
p { color: rgb(254,255,240); }
H1.HeaderClassName
{
color: #FEFFF0;
}
.AnyTagClassName
{
color: #FEFFF0;
}
</style>
background-color css
<style>
a { background-color: #FEFFF0; }
a { background-color: rgb(254,255,240); }
div.DivClassName
{
background-color: #FEFFF0;
}
.BgClassName
{
background-color: #FEFFF0;
}
</style>
border-color css
<style>
span { border-color: #FEFFF0; }
span { border-color: rgb(254,255,240); }
td.TdClassName
{
border-color: #FEFFF0;
}
.TagClassName
{
border-color: #FEFFF0;
}
</style>