Shades of Ivory #FEFFF7
Tints of Ivory #FEFFF7
RGB
CMYK
RGB Variations
Color information
#FEFFF7 (or 0xFEFFF7) is known color: Ivory. HEX triplet: FE, FF and F7. RGB value is (254,255,247). Sum of RGB (Red+Green+Blue) = 254+255+247=756 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.60% from 756); Green value is 255 (100% from 255 or 33.73% from 756); Blue value is 247 (96.88% from 255 or 32.67% from 756); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF7 is #010008. Grayscale: #FDFDFD. Windows color (decimal): -65545 or 16252926. OLE color: 16252926.
HSL color Cylindrical-coordinate representation of color #FEFFF7: hue angle of 67.5º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEFFF7 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 247 | - |
| CMYK | 0.00 | 0 | 0.03 | 0 |
| HSL | 67.5º | 1% | 0.98% | - |
| HSV(B) | 67.5º | 0.03% | 1% | - |
| XYZ | 93.42 | 99.31 | 102.24 | - |
| YUV | 253.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 247 | 0.00 | 0 | 0.03 | 0 | 67.5 | 1 | 0.98 |
| Hex | FE | FF | F7 | 0 | 0 | 3 | 0 | 44 | 64 | 62 |
| Octal | 376 | 377 | 367 | 0 | 0 | 3 | 0 | 104 | 144 | 142 |
| Binary | 11111110 | 11111111 | 11110111 | 0 | 0 | 11 | 0 | 1000100 | 1100100 | 1100010 |
Color Harmonies of #FEFFF7
Complementary color
Monochromatic Colors of #FEFFF7
Black with #FEFFF7
Text Example
Text Example
White with #FEFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF7; }
p { color: rgb(254,255,247); }
H1.HeaderClassName
{
color: #FEFFF7;
}
.AnyTagClassName
{
color: #FEFFF7;
}
</style>
background-color css
<style>
a { background-color: #FEFFF7; }
a { background-color: rgb(254,255,247); }
div.DivClassName
{
background-color: #FEFFF7;
}
.BgClassName
{
background-color: #FEFFF7;
}
</style>
border-color css
<style>
span { border-color: #FEFFF7; }
span { border-color: rgb(254,255,247); }
td.TdClassName
{
border-color: #FEFFF7;
}
.TagClassName
{
border-color: #FEFFF7;
}
</style>