Shades of Ivory #FDFDF2
Tints of Ivory #FDFDF2
RGB
CMYK
RGB Variations
Color information
#FDFDF2 (or 0xFDFDF2) is known color: Ivory. HEX triplet: FD, FD and F2. RGB value is (253,253,242). Sum of RGB (Red+Green+Blue) = 253+253+242=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 242 (94.92% from 255 or 32.35% from 748); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF2 is #02020D. Grayscale: #FBFBFB. Windows color (decimal): -131598 or 15924733. OLE color: 15924733.
HSL color Cylindrical-coordinate representation of color #FDFDF2: hue angle of 60º degrees, saturation: 0.73, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDFDF2 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 242 | - |
CMYK | 0 | 0 | 0.04 | 0.01 |
HSL | 60º | 0.73% | 0.97% | - |
HSV(B) | 60º | 0.04% | 0.99% | - |
XYZ | 91.66 | 97.54 | 98 | - |
YUV | 251.75 | 122.5 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 242 | 0 | 0 | 0.04 | 0.01 | 60 | 0.73 | 0.97 |
Hex | FD | FD | F2 | 0 | 0 | 4 | 1 | 3C | 49 | 61 |
Octal | 375 | 375 | 362 | 0 | 0 | 4 | 1 | 74 | 111 | 141 |
Binary | 11111101 | 11111101 | 11110010 | 0 | 0 | 100 | 1 | 111100 | 1001001 | 1100001 |
Color Harmonies of #FDFDF2
Complementary color
Monochromatic Colors of #FDFDF2
Black with #FDFDF2
Text Example
Text Example
White with #FDFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDF2; }
p { color: rgb(253,253,242); }
H1.HeaderClassName
{
color: #FDFDF2;
}
.AnyTagClassName
{
color: #FDFDF2;
}
</style>
background-color css
<style>
a { background-color: #FDFDF2; }
a { background-color: rgb(253,253,242); }
div.DivClassName
{
background-color: #FDFDF2;
}
.BgClassName
{
background-color: #FDFDF2;
}
</style>
border-color css
<style>
span { border-color: #FDFDF2; }
span { border-color: rgb(253,253,242); }
td.TdClassName
{
border-color: #FDFDF2;
}
.TagClassName
{
border-color: #FDFDF2;
}
</style>