Shades of Ivory #FDFDF9
Tints of Ivory #FDFDF9
RGB
CMYK
RGB Variations
Color information
#FDFDF9 (or 0xFDFDF9) is known color: Ivory. HEX triplet: FD, FD and F9. RGB value is (253,253,249). Sum of RGB (Red+Green+Blue) = 253+253+249=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 249 (97.66% from 255 or 32.98% from 755); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF9 is #020206. Grayscale: #FCFCFC. Windows color (decimal): -131591 or 16383485. OLE color: 16383485.
HSL color Cylindrical-coordinate representation of color #FDFDF9: hue angle of 60º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDFDF9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 249 | - |
CMYK | 0 | 0 | 0.02 | 0.01 |
HSL | 60º | 0.5% | 0.98% | - |
HSV(B) | 60º | 0.02% | 0.99% | - |
XYZ | 92.73 | 97.97 | 103.65 | - |
YUV | 252.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 249 | 0 | 0 | 0.02 | 0.01 | 60 | 0.5 | 0.98 |
Hex | FD | FD | F9 | 0 | 0 | 2 | 1 | 3C | 32 | 62 |
Octal | 375 | 375 | 371 | 0 | 0 | 2 | 1 | 74 | 62 | 142 |
Binary | 11111101 | 11111101 | 11111001 | 0 | 0 | 10 | 1 | 111100 | 110010 | 1100010 |
Color Harmonies of #FDFDF9
Complementary color
Monochromatic Colors of #FDFDF9
Black with #FDFDF9
Text Example
Text Example
White with #FDFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDF9; }
p { color: rgb(253,253,249); }
H1.HeaderClassName
{
color: #FDFDF9;
}
.AnyTagClassName
{
color: #FDFDF9;
}
</style>
background-color css
<style>
a { background-color: #FDFDF9; }
a { background-color: rgb(253,253,249); }
div.DivClassName
{
background-color: #FDFDF9;
}
.BgClassName
{
background-color: #FDFDF9;
}
</style>
border-color css
<style>
span { border-color: #FDFDF9; }
span { border-color: rgb(253,253,249); }
td.TdClassName
{
border-color: #FDFDF9;
}
.TagClassName
{
border-color: #FDFDF9;
}
</style>