Shades of Ivory #FDFDFA
Tints of Ivory #FDFDFA
RGB
CMYK
RGB Variations
Color information
#FDFDFA (or 0xFDFDFA) is known color: Ivory. HEX triplet: FD, FD and FA. RGB value is (253,253,250). Sum of RGB (Red+Green+Blue) = 253+253+250=756 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.47% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 250 (98.05% from 255 or 33.07% from 756); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDFA is #020205. Grayscale: #FCFCFC. Windows color (decimal): -131590 or 16449021. OLE color: 16449021.
HSL color Cylindrical-coordinate representation of color #FDFDFA: hue angle of 60º degrees, saturation: 0.43, lightness: 0.99%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FDFDFA is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 253 | 250 | - |
CMYK | 0 | 0 | 0.01 | 0.01 |
HSL | 60º | 0.43% | 0.99% | - |
HSV(B) | 60º | 0.01% | 0.99% | - |
XYZ | 92.89 | 98.04 | 104.47 | - |
YUV | 252.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 253 | 250 | 0 | 0 | 0.01 | 0.01 | 60 | 0.43 | 0.99 |
Hex | FD | FD | FA | 0 | 0 | 1 | 1 | 3C | 2B | 63 |
Octal | 375 | 375 | 372 | 0 | 0 | 1 | 1 | 74 | 53 | 143 |
Binary | 11111101 | 11111101 | 11111010 | 0 | 0 | 1 | 1 | 111100 | 101011 | 1100011 |
Color Harmonies of #FDFDFA
Complementary color
Monochromatic Colors of #FDFDFA
Black with #FDFDFA
Text Example
Text Example
White with #FDFDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDFA; }
p { color: rgb(253,253,250); }
H1.HeaderClassName
{
color: #FDFDFA;
}
.AnyTagClassName
{
color: #FDFDFA;
}
</style>
background-color css
<style>
a { background-color: #FDFDFA; }
a { background-color: rgb(253,253,250); }
div.DivClassName
{
background-color: #FDFDFA;
}
.BgClassName
{
background-color: #FDFDFA;
}
</style>
border-color css
<style>
span { border-color: #FDFDFA; }
span { border-color: rgb(253,253,250); }
td.TdClassName
{
border-color: #FDFDFA;
}
.TagClassName
{
border-color: #FDFDFA;
}
</style>