Shades of Ivory #FEFEFC
Tints of Ivory #FEFEFC
RGB
CMYK
RGB Variations
Color information
#FEFEFC (or 0xFEFEFC) is known color: Ivory. HEX triplet: FE, FE and FC. RGB value is (254,254,252). Sum of RGB (Red+Green+Blue) = 254+254+252=760 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.42% from 760); Green value is 254 (99.61% from 255 or 33.42% from 760); Blue value is 252 (98.83% from 255 or 33.16% from 760); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEFC is #010103. Grayscale: #FDFDFD. Windows color (decimal): -65796 or 16580350. OLE color: 16580350.
HSL color Cylindrical-coordinate representation of color #FEFEFC: hue angle of 60º degrees, saturation: 0.5, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FEFEFC is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 254 | 252 | - |
CMYK | 0 | 0 | 0.01 | 0.00 |
HSL | 60º | 0.5% | 0.99% | - |
HSV(B) | 60º | 0.01% | 1% | - |
XYZ | 93.89 | 98.98 | 106.25 | - |
YUV | 253.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 254 | 252 | 0 | 0 | 0.01 | 0.00 | 60 | 0.5 | 0.99 |
Hex | FE | FE | FC | 0 | 0 | 1 | 0 | 3C | 32 | 63 |
Octal | 376 | 376 | 374 | 0 | 0 | 1 | 0 | 74 | 62 | 143 |
Binary | 11111110 | 11111110 | 11111100 | 0 | 0 | 1 | 0 | 111100 | 110010 | 1100011 |
Color Harmonies of #FEFEFC
Complementary color
Monochromatic Colors of #FEFEFC
Black with #FEFEFC
Text Example
Text Example
White with #FEFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFEFC; }
p { color: rgb(254,254,252); }
H1.HeaderClassName
{
color: #FEFEFC;
}
.AnyTagClassName
{
color: #FEFEFC;
}
</style>
background-color css
<style>
a { background-color: #FEFEFC; }
a { background-color: rgb(254,254,252); }
div.DivClassName
{
background-color: #FEFEFC;
}
.BgClassName
{
background-color: #FEFEFC;
}
</style>
border-color css
<style>
span { border-color: #FEFEFC; }
span { border-color: rgb(254,254,252); }
td.TdClassName
{
border-color: #FEFEFC;
}
.TagClassName
{
border-color: #FEFEFC;
}
</style>