Shades of Ivory #FDFDF0
Tints of Ivory #FDFDF0
RGB
CMYK
RGB Variations
Color information
#FDFDF0 (or 0xFDFDF0) is known color: Ivory. HEX triplet: FD, FD and F0. RGB value is (253,253,240). Sum of RGB (Red+Green+Blue) = 253+253+240=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 240 (94.14% from 255 or 32.17% from 746); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF0 is #02020F. Grayscale: #FBFBFB. Windows color (decimal): -131600 or 15793661. OLE color: 15793661.
HSL color Cylindrical-coordinate representation of color #FDFDF0: hue angle of 60º degrees, saturation: 0.76, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FDFDF0 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 240 | - |
CMYK | 0 | 0 | 0.05 | 0.01 |
HSL | 60º | 0.76% | 0.97% | - |
HSV(B) | 60º | 0.05% | 0.99% | - |
XYZ | 91.36 | 97.42 | 96.43 | - |
YUV | 251.52 | 121.5 | 129.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 240 | 0 | 0 | 0.05 | 0.01 | 60 | 0.76 | 0.97 |
Hex | FD | FD | F0 | 0 | 0 | 5 | 1 | 3C | 4C | 61 |
Octal | 375 | 375 | 360 | 0 | 0 | 5 | 1 | 74 | 114 | 141 |
Binary | 11111101 | 11111101 | 11110000 | 0 | 0 | 101 | 1 | 111100 | 1001100 | 1100001 |
Color Harmonies of #FDFDF0
Complementary color
Monochromatic Colors of #FDFDF0
Black with #FDFDF0
Text Example
Text Example
White with #FDFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDF0; }
p { color: rgb(253,253,240); }
H1.HeaderClassName
{
color: #FDFDF0;
}
.AnyTagClassName
{
color: #FDFDF0;
}
</style>
background-color css
<style>
a { background-color: #FDFDF0; }
a { background-color: rgb(253,253,240); }
div.DivClassName
{
background-color: #FDFDF0;
}
.BgClassName
{
background-color: #FDFDF0;
}
</style>
border-color css
<style>
span { border-color: #FDFDF0; }
span { border-color: rgb(253,253,240); }
td.TdClassName
{
border-color: #FDFDF0;
}
.TagClassName
{
border-color: #FDFDF0;
}
</style>