Shades of Ivory #FEFEF6
Tints of Ivory #FEFEF6
RGB
CMYK
RGB Variations
Color information
#FEFEF6 (or 0xFEFEF6) is known color: Ivory. HEX triplet: FE, FE and F6. RGB value is (254,254,246). Sum of RGB (Red+Green+Blue) = 254+254+246=754 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.69% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 246 (96.48% from 255 or 32.63% from 754); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF6 is #010109. Grayscale: #FDFDFD. Windows color (decimal): -65802 or 16187134. OLE color: 16187134.
HSL color Cylindrical-coordinate representation of color #FEFEF6: hue angle of 60º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEFEF6 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 246 | - |
| CMYK | 0 | 0 | 0.03 | 0.00 |
| HSL | 60º | 0.8% | 0.98% | - |
| HSV(B) | 60º | 0.03% | 1% | - |
| XYZ | 92.95 | 98.61 | 101.32 | - |
| YUV | 253.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 246 | 0 | 0 | 0.03 | 0.00 | 60 | 0.8 | 0.98 |
| Hex | FE | FE | F6 | 0 | 0 | 3 | 0 | 3C | 50 | 62 |
| Octal | 376 | 376 | 366 | 0 | 0 | 3 | 0 | 74 | 120 | 142 |
| Binary | 11111110 | 11111110 | 11110110 | 0 | 0 | 11 | 0 | 111100 | 1010000 | 1100010 |
Color Harmonies of #FEFEF6
Complementary color
Monochromatic Colors of #FEFEF6
Black with #FEFEF6
Text Example
Text Example
White with #FEFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEF6; }
p { color: rgb(254,254,246); }
H1.HeaderClassName
{
color: #FEFEF6;
}
.AnyTagClassName
{
color: #FEFEF6;
}
</style>
background-color css
<style>
a { background-color: #FEFEF6; }
a { background-color: rgb(254,254,246); }
div.DivClassName
{
background-color: #FEFEF6;
}
.BgClassName
{
background-color: #FEFEF6;
}
</style>
border-color css
<style>
span { border-color: #FEFEF6; }
span { border-color: rgb(254,254,246); }
td.TdClassName
{
border-color: #FEFEF6;
}
.TagClassName
{
border-color: #FEFEF6;
}
</style>