Shades of Ivory #FEFFF4
Tints of Ivory #FEFFF4
RGB
CMYK
RGB Variations
Color information
#FEFFF4 (or 0xFEFFF4) is known color: Ivory. HEX triplet: FE, FF and F4. RGB value is (254,255,244). Sum of RGB (Red+Green+Blue) = 254+255+244=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 255 (100% from 255 or 33.86% from 753); Blue value is 244 (95.70% from 255 or 32.40% from 753); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF4 is #01000B. Grayscale: #FDFDFD. Windows color (decimal): -65548 or 16056318. OLE color: 16056318.
HSL color Cylindrical-coordinate representation of color #FEFFF4: hue angle of 65.45º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEFFF4 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 244 | - |
| CMYK | 0.00 | 0 | 0.04 | 0 |
| HSL | 65.45º | 1% | 0.98% | - |
| HSV(B) | 65.45º | 0.04% | 1% | - |
| XYZ | 92.96 | 99.12 | 99.82 | - |
| YUV | 253.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 244 | 0.00 | 0 | 0.04 | 0 | 65.45 | 1 | 0.98 |
| Hex | FE | FF | F4 | 0 | 0 | 4 | 0 | 41 | 64 | 62 |
| Octal | 376 | 377 | 364 | 0 | 0 | 4 | 0 | 101 | 144 | 142 |
| Binary | 11111110 | 11111111 | 11110100 | 0 | 0 | 100 | 0 | 1000001 | 1100100 | 1100010 |
Color Harmonies of #FEFFF4
Complementary color
Monochromatic Colors of #FEFFF4
Black with #FEFFF4
Text Example
Text Example
White with #FEFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF4; }
p { color: rgb(254,255,244); }
H1.HeaderClassName
{
color: #FEFFF4;
}
.AnyTagClassName
{
color: #FEFFF4;
}
</style>
background-color css
<style>
a { background-color: #FEFFF4; }
a { background-color: rgb(254,255,244); }
div.DivClassName
{
background-color: #FEFFF4;
}
.BgClassName
{
background-color: #FEFFF4;
}
</style>
border-color css
<style>
span { border-color: #FEFFF4; }
span { border-color: rgb(254,255,244); }
td.TdClassName
{
border-color: #FEFFF4;
}
.TagClassName
{
border-color: #FEFFF4;
}
</style>