Shades of Ivory #FDFDF7
Tints of Ivory #FDFDF7
RGB
CMYK
RGB Variations
Color information
#FDFDF7 (or 0xFDFDF7) is known color: Ivory. HEX triplet: FD, FD and F7. RGB value is (253,253,247). Sum of RGB (Red+Green+Blue) = 253+253+247=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 247 (96.88% from 255 or 32.80% from 753); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF7 is #020208. Grayscale: #FCFCFC. Windows color (decimal): -131593 or 16252413. OLE color: 16252413.
HSL color Cylindrical-coordinate representation of color #FDFDF7: hue angle of 60º degrees, saturation: 0.6, 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 #FDFDF7 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 247 | - |
CMYK | 0 | 0 | 0.02 | 0.01 |
HSL | 60º | 0.6% | 0.98% | - |
HSV(B) | 60º | 0.02% | 0.99% | - |
XYZ | 92.42 | 97.85 | 102.01 | - |
YUV | 252.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 247 | 0 | 0 | 0.02 | 0.01 | 60 | 0.6 | 0.98 |
Hex | FD | FD | F7 | 0 | 0 | 2 | 1 | 3C | 3C | 62 |
Octal | 375 | 375 | 367 | 0 | 0 | 2 | 1 | 74 | 74 | 142 |
Binary | 11111101 | 11111101 | 11110111 | 0 | 0 | 10 | 1 | 111100 | 111100 | 1100010 |
Color Harmonies of #FDFDF7
Complementary color
Monochromatic Colors of #FDFDF7
Black with #FDFDF7
Text Example
Text Example
White with #FDFDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDF7; }
p { color: rgb(253,253,247); }
H1.HeaderClassName
{
color: #FDFDF7;
}
.AnyTagClassName
{
color: #FDFDF7;
}
</style>
background-color css
<style>
a { background-color: #FDFDF7; }
a { background-color: rgb(253,253,247); }
div.DivClassName
{
background-color: #FDFDF7;
}
.BgClassName
{
background-color: #FDFDF7;
}
</style>
border-color css
<style>
span { border-color: #FDFDF7; }
span { border-color: rgb(253,253,247); }
td.TdClassName
{
border-color: #FDFDF7;
}
.TagClassName
{
border-color: #FDFDF7;
}
</style>