Shades of Ivory #FEFFF2
Tints of Ivory #FEFFF2
RGB
CMYK
RGB Variations
Color information
#FEFFF2 (or 0xFEFFF2) is known color: Ivory. HEX triplet: FE, FF and F2. RGB value is (254,255,242). Sum of RGB (Red+Green+Blue) = 254+255+242=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 255 (100% from 255 or 33.95% from 751); Blue value is 242 (94.92% from 255 or 32.22% from 751); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF2 is #01000D. Grayscale: #FDFDFD. Windows color (decimal): -65550 or 15925246. OLE color: 15925246.
HSL color Cylindrical-coordinate representation of color #FEFFF2: hue angle of 64.62º 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 #FEFFF2 is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 242 | - |
| CMYK | 0.00 | 0 | 0.05 | 0 |
| HSL | 64.62º | 1% | 0.97% | - |
| HSV(B) | 64.62º | 0.05% | 1% | - |
| XYZ | 92.66 | 99 | 98.23 | - |
| YUV | 253.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 242 | 0.00 | 0 | 0.05 | 0 | 64.62 | 1 | 0.97 |
| Hex | FE | FF | F2 | 0 | 0 | 5 | 0 | 41 | 64 | 61 |
| Octal | 376 | 377 | 362 | 0 | 0 | 5 | 0 | 101 | 144 | 141 |
| Binary | 11111110 | 11111111 | 11110010 | 0 | 0 | 101 | 0 | 1000001 | 1100100 | 1100001 |
Color Harmonies of #FEFFF2
Complementary color
Monochromatic Colors of #FEFFF2
Black with #FEFFF2
Text Example
Text Example
White with #FEFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFF2; }
p { color: rgb(254,255,242); }
H1.HeaderClassName
{
color: #FEFFF2;
}
.AnyTagClassName
{
color: #FEFFF2;
}
</style>
background-color css
<style>
a { background-color: #FEFFF2; }
a { background-color: rgb(254,255,242); }
div.DivClassName
{
background-color: #FEFFF2;
}
.BgClassName
{
background-color: #FEFFF2;
}
</style>
border-color css
<style>
span { border-color: #FEFFF2; }
span { border-color: rgb(254,255,242); }
td.TdClassName
{
border-color: #FEFFF2;
}
.TagClassName
{
border-color: #FEFFF2;
}
</style>