Shades of Ivory #FDFDF6
Tints of Ivory #FDFDF6
RGB
CMYK
RGB Variations
Color information
#FDFDF6 (or 0xFDFDF6) is known color: Ivory. HEX triplet: FD, FD and F6. RGB value is (253,253,246). Sum of RGB (Red+Green+Blue) = 253+253+246=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 246 (96.48% from 255 or 32.71% from 752); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF6 is #020209. Grayscale: #FCFCFC. Windows color (decimal): -131594 or 16186877. OLE color: 16186877.
HSL color Cylindrical-coordinate representation of color #FDFDF6: hue angle of 60º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDFDF6 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 246 | - |
CMYK | 0 | 0 | 0.03 | 0.01 |
HSL | 60º | 0.64% | 0.98% | - |
HSV(B) | 60º | 0.03% | 0.99% | - |
XYZ | 92.27 | 97.79 | 101.2 | - |
YUV | 252.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 246 | 0 | 0 | 0.03 | 0.01 | 60 | 0.64 | 0.98 |
Hex | FD | FD | F6 | 0 | 0 | 3 | 1 | 3C | 40 | 62 |
Octal | 375 | 375 | 366 | 0 | 0 | 3 | 1 | 74 | 100 | 142 |
Binary | 11111101 | 11111101 | 11110110 | 0 | 0 | 11 | 1 | 111100 | 1000000 | 1100010 |
Color Harmonies of #FDFDF6
Complementary color
Monochromatic Colors of #FDFDF6
Black with #FDFDF6
Text Example
Text Example
White with #FDFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDF6; }
p { color: rgb(253,253,246); }
H1.HeaderClassName
{
color: #FDFDF6;
}
.AnyTagClassName
{
color: #FDFDF6;
}
</style>
background-color css
<style>
a { background-color: #FDFDF6; }
a { background-color: rgb(253,253,246); }
div.DivClassName
{
background-color: #FDFDF6;
}
.BgClassName
{
background-color: #FDFDF6;
}
</style>
border-color css
<style>
span { border-color: #FDFDF6; }
span { border-color: rgb(253,253,246); }
td.TdClassName
{
border-color: #FDFDF6;
}
.TagClassName
{
border-color: #FDFDF6;
}
</style>