Shades of Ivory #FEFFF1
Tints of Ivory #FEFFF1
RGB
CMYK
RGB Variations
Color information
#FEFFF1 (or 0xFEFFF1) is known color: Ivory. HEX triplet: FE, FF and F1. RGB value is (254,255,241). Sum of RGB (Red+Green+Blue) = 254+255+241=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 241 (94.53% from 255 or 32.13% from 750); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF1 is #01000E. Grayscale: #FDFDFD. Windows color (decimal): -65551 or 15859710. OLE color: 15859710.
HSL color Cylindrical-coordinate representation of color #FEFFF1: hue angle of 64.29º 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 #FEFFF1 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 241 | - |
| CMYK | 0.00 | 0 | 0.05 | 0 |
| HSL | 64.29º | 1% | 0.97% | - |
| HSV(B) | 64.29º | 0.05% | 1% | - |
| XYZ | 92.51 | 98.94 | 97.44 | - |
| YUV | 253.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 241 | 0.00 | 0 | 0.05 | 0 | 64.29 | 1 | 0.97 |
| Hex | FE | FF | F1 | 0 | 0 | 5 | 0 | 40 | 64 | 61 |
| Octal | 376 | 377 | 361 | 0 | 0 | 5 | 0 | 100 | 144 | 141 |
| Binary | 11111110 | 11111111 | 11110001 | 0 | 0 | 101 | 0 | 1000000 | 1100100 | 1100001 |
Color Harmonies of #FEFFF1
Complementary color
Monochromatic Colors of #FEFFF1
Black with #FEFFF1
Text Example
Text Example
White with #FEFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF1; }
p { color: rgb(254,255,241); }
H1.HeaderClassName
{
color: #FEFFF1;
}
.AnyTagClassName
{
color: #FEFFF1;
}
</style>
background-color css
<style>
a { background-color: #FEFFF1; }
a { background-color: rgb(254,255,241); }
div.DivClassName
{
background-color: #FEFFF1;
}
.BgClassName
{
background-color: #FEFFF1;
}
</style>
border-color css
<style>
span { border-color: #FEFFF1; }
span { border-color: rgb(254,255,241); }
td.TdClassName
{
border-color: #FEFFF1;
}
.TagClassName
{
border-color: #FEFFF1;
}
</style>