Shades of Ivory #FEFFEF
Tints of Ivory #FEFFEF
RGB
CMYK
RGB Variations
Color information
#FEFFEF (or 0xFEFFEF) is known color: Ivory. HEX triplet: FE, FF and EF. RGB value is (254,255,239). Sum of RGB (Red+Green+Blue) = 254+255+239=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 239 (93.75% from 255 or 31.95% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFEF is #010010. Grayscale: #FCFCFC. Windows color (decimal): -65553 or 15728638. OLE color: 15728638.
HSL color Cylindrical-coordinate representation of color #FEFFEF: hue angle of 63.75º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEFFEF is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 239 | - |
| CMYK | 0.00 | 0 | 0.06 | 0 |
| HSL | 63.75º | 1% | 0.97% | - |
| HSV(B) | 63.75º | 0.06% | 1% | - |
| XYZ | 92.21 | 98.82 | 95.88 | - |
| YUV | 252.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 239 | 0.00 | 0 | 0.06 | 0 | 63.75 | 1 | 0.97 |
| Hex | FE | FF | EF | 0 | 0 | 6 | 0 | 40 | 64 | 61 |
| Octal | 376 | 377 | 357 | 0 | 0 | 6 | 0 | 100 | 144 | 141 |
| Binary | 11111110 | 11111111 | 11101111 | 0 | 0 | 110 | 0 | 1000000 | 1100100 | 1100001 |
Color Harmonies of #FEFFEF
Complementary color
Monochromatic Colors of #FEFFEF
Black with #FEFFEF
Text Example
Text Example
White with #FEFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFFEF; }
p { color: rgb(254,255,239); }
H1.HeaderClassName
{
color: #FEFFEF;
}
.AnyTagClassName
{
color: #FEFFEF;
}
</style>
background-color css
<style>
a { background-color: #FEFFEF; }
a { background-color: rgb(254,255,239); }
div.DivClassName
{
background-color: #FEFFEF;
}
.BgClassName
{
background-color: #FEFFEF;
}
</style>
border-color css
<style>
span { border-color: #FEFFEF; }
span { border-color: rgb(254,255,239); }
td.TdClassName
{
border-color: #FEFFEF;
}
.TagClassName
{
border-color: #FEFFEF;
}
</style>