Shades of Ivory #FEFDF2
Tints of Ivory #FEFDF2
RGB
CMYK
RGB Variations
Color information
#FEFDF2 (or 0xFEFDF2) is known color: Ivory. HEX triplet: FE, FD and F2. RGB value is (254,253,242). Sum of RGB (Red+Green+Blue) = 254+253+242=749 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.91% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 242 (94.92% from 255 or 32.31% from 749); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF2 is #01020D. Grayscale: #FCFCFC. Windows color (decimal): -66062 or 15924734. OLE color: 15924734.
HSL color Cylindrical-coordinate representation of color #FEFDF2: hue angle of 55º 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 #FEFDF2 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 253 | 242 | - |
CMYK | 0 | 0.00 | 0.05 | 0.00 |
HSL | 55º | 0.86% | 0.97% | - |
HSV(B) | 55º | 0.05% | 1% | - |
XYZ | 92.03 | 97.73 | 98.02 | - |
YUV | 252.05 | 122.33 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 253 | 242 | 0 | 0.00 | 0.05 | 0.00 | 55 | 0.86 | 0.97 |
Hex | FE | FD | F2 | 0 | 0 | 5 | 0 | 37 | 56 | 61 |
Octal | 376 | 375 | 362 | 0 | 0 | 5 | 0 | 67 | 126 | 141 |
Binary | 11111110 | 11111101 | 11110010 | 0 | 0 | 101 | 0 | 110111 | 1010110 | 1100001 |
Color Harmonies of #FEFDF2
Complementary color
Monochromatic Colors of #FEFDF2
Black with #FEFDF2
Text Example
Text Example
White with #FEFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFDF2; }
p { color: rgb(254,253,242); }
H1.HeaderClassName
{
color: #FEFDF2;
}
.AnyTagClassName
{
color: #FEFDF2;
}
</style>
background-color css
<style>
a { background-color: #FEFDF2; }
a { background-color: rgb(254,253,242); }
div.DivClassName
{
background-color: #FEFDF2;
}
.BgClassName
{
background-color: #FEFDF2;
}
</style>
border-color css
<style>
span { border-color: #FEFDF2; }
span { border-color: rgb(254,253,242); }
td.TdClassName
{
border-color: #FEFDF2;
}
.TagClassName
{
border-color: #FEFDF2;
}
</style>