Shades of Ivory #FEFFF6
Tints of Ivory #FEFFF6
RGB
CMYK
RGB Variations
Color information
#FEFFF6 (or 0xFEFFF6) is known color: Ivory. HEX triplet: FE, FF and F6. RGB value is (254,255,246). Sum of RGB (Red+Green+Blue) = 254+255+246=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 255 (100% from 255 or 33.77% from 755); Blue value is 246 (96.48% from 255 or 32.58% from 755); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF6 is #010009. Grayscale: #FDFDFD. Windows color (decimal): -65546 or 16187390. OLE color: 16187390.
HSL color Cylindrical-coordinate representation of color #FEFFF6: hue angle of 66.67º 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 #FEFFF6 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 246 | - |
| CMYK | 0.00 | 0 | 0.04 | 0 |
| HSL | 66.67º | 1% | 0.98% | - |
| HSV(B) | 66.67º | 0.04% | 1% | - |
| XYZ | 93.27 | 99.24 | 101.43 | - |
| YUV | 253.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 246 | 0.00 | 0 | 0.04 | 0 | 66.67 | 1 | 0.98 |
| Hex | FE | FF | F6 | 0 | 0 | 4 | 0 | 43 | 64 | 62 |
| Octal | 376 | 377 | 366 | 0 | 0 | 4 | 0 | 103 | 144 | 142 |
| Binary | 11111110 | 11111111 | 11110110 | 0 | 0 | 100 | 0 | 1000011 | 1100100 | 1100010 |
Color Harmonies of #FEFFF6
Complementary color
Monochromatic Colors of #FEFFF6
Black with #FEFFF6
Text Example
Text Example
White with #FEFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF6; }
p { color: rgb(254,255,246); }
H1.HeaderClassName
{
color: #FEFFF6;
}
.AnyTagClassName
{
color: #FEFFF6;
}
</style>
background-color css
<style>
a { background-color: #FEFFF6; }
a { background-color: rgb(254,255,246); }
div.DivClassName
{
background-color: #FEFFF6;
}
.BgClassName
{
background-color: #FEFFF6;
}
</style>
border-color css
<style>
span { border-color: #FEFFF6; }
span { border-color: rgb(254,255,246); }
td.TdClassName
{
border-color: #FEFFF6;
}
.TagClassName
{
border-color: #FEFFF6;
}
</style>