Shades of Ivory #FEFEF2
Tints of Ivory #FEFEF2
RGB
CMYK
RGB Variations
Color information
#FEFEF2 (or 0xFEFEF2) is known color: Ivory. HEX triplet: FE, FE and F2. RGB value is (254,254,242). Sum of RGB (Red+Green+Blue) = 254+254+242=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 242 (94.92% from 255 or 32.27% from 750); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEF2 is #01010D. Grayscale: #FCFCFC. Windows color (decimal): -65806 or 15924990. OLE color: 15924990.
HSL color Cylindrical-coordinate representation of color #FEFEF2: hue angle of 60º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEFEF2 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 242 | - |
| CMYK | 0 | 0 | 0.05 | 0.00 |
| HSL | 60º | 0.86% | 0.97% | - |
| HSV(B) | 60º | 0.05% | 1% | - |
| XYZ | 92.34 | 98.37 | 98.12 | - |
| YUV | 252.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 242 | 0 | 0 | 0.05 | 0.00 | 60 | 0.86 | 0.97 |
| Hex | FE | FE | F2 | 0 | 0 | 5 | 0 | 3C | 56 | 61 |
| Octal | 376 | 376 | 362 | 0 | 0 | 5 | 0 | 74 | 126 | 141 |
| Binary | 11111110 | 11111110 | 11110010 | 0 | 0 | 101 | 0 | 111100 | 1010110 | 1100001 |
Color Harmonies of #FEFEF2
Complementary color
Monochromatic Colors of #FEFEF2
Black with #FEFEF2
Text Example
Text Example
White with #FEFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEF2; }
p { color: rgb(254,254,242); }
H1.HeaderClassName
{
color: #FEFEF2;
}
.AnyTagClassName
{
color: #FEFEF2;
}
</style>
background-color css
<style>
a { background-color: #FEFEF2; }
a { background-color: rgb(254,254,242); }
div.DivClassName
{
background-color: #FEFEF2;
}
.BgClassName
{
background-color: #FEFEF2;
}
</style>
border-color css
<style>
span { border-color: #FEFEF2; }
span { border-color: rgb(254,254,242); }
td.TdClassName
{
border-color: #FEFEF2;
}
.TagClassName
{
border-color: #FEFEF2;
}
</style>