Shades of Ivory #FDFFF0
Tints of Ivory #FDFFF0
RGB
CMYK
RGB Variations
Color information
#FDFFF0 (or 0xFDFFF0) is known color: Ivory. HEX triplet: FD, FF and F0. RGB value is (253,255,240). Sum of RGB (Red+Green+Blue) = 253+255+240=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 240 (94.14% from 255 or 32.09% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFFF0 is #02000F. Grayscale: #FCFCFC. Windows color (decimal): -131088 or 15794173. OLE color: 15794173.
HSL color Cylindrical-coordinate representation of color #FDFFF0: hue angle of 68º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDFFF0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 240 | - |
CMYK | 0.01 | 0 | 0.06 | 0 |
HSL | 68º | 1% | 0.97% | - |
HSV(B) | 68º | 0.06% | 1% | - |
XYZ | 92 | 98.69 | 96.64 | - |
YUV | 252.69 | 120.84 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 240 | 0.01 | 0 | 0.06 | 0 | 68 | 1 | 0.97 |
Hex | FD | FF | F0 | 1 | 0 | 6 | 0 | 44 | 64 | 61 |
Octal | 375 | 377 | 360 | 1 | 0 | 6 | 0 | 104 | 144 | 141 |
Binary | 11111101 | 11111111 | 11110000 | 1 | 0 | 110 | 0 | 1000100 | 1100100 | 1100001 |
Color Harmonies of #FDFFF0
Complementary color
Monochromatic Colors of #FDFFF0
Black with #FDFFF0
Text Example
Text Example
White with #FDFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFF0; }
p { color: rgb(253,255,240); }
H1.HeaderClassName
{
color: #FDFFF0;
}
.AnyTagClassName
{
color: #FDFFF0;
}
</style>
background-color css
<style>
a { background-color: #FDFFF0; }
a { background-color: rgb(253,255,240); }
div.DivClassName
{
background-color: #FDFFF0;
}
.BgClassName
{
background-color: #FDFFF0;
}
</style>
border-color css
<style>
span { border-color: #FDFFF0; }
span { border-color: rgb(253,255,240); }
td.TdClassName
{
border-color: #FDFFF0;
}
.TagClassName
{
border-color: #FDFFF0;
}
</style>