Shades of Ivory #FFFDF0
Tints of Ivory #FFFDF0
RGB
CMYK
RGB Variations
Color information
#FFFDF0 (or 0xFFFDF0) is known color: Ivory. HEX triplet: FF, FD and F0. RGB value is (255,253,240). Sum of RGB (Red+Green+Blue) = 255+253+240=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 240 (94.14% from 255 or 32.09% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF0 is #00020F. Grayscale: #FCFCFC. Windows color (decimal): -528 or 15793663. OLE color: 15793663.
HSL color Cylindrical-coordinate representation of color #FFFDF0: hue angle of 52º 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 #FFFDF0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 240 | - |
CMYK | 0 | 0.01 | 0.06 | 0 |
HSL | 52º | 1% | 0.97% | - |
HSV(B) | 52º | 0.06% | 1% | - |
XYZ | 92.09 | 97.8 | 96.46 | - |
YUV | 252.12 | 121.16 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 240 | 0 | 0.01 | 0.06 | 0 | 52 | 1 | 0.97 |
Hex | FF | FD | F0 | 0 | 1 | 6 | 0 | 34 | 64 | 61 |
Octal | 377 | 375 | 360 | 0 | 1 | 6 | 0 | 64 | 144 | 141 |
Binary | 11111111 | 11111101 | 11110000 | 0 | 1 | 110 | 0 | 110100 | 1100100 | 1100001 |
Color Harmonies of #FFFDF0
Complementary color
Monochromatic Colors of #FFFDF0
Black with #FFFDF0
Text Example
Text Example
White with #FFFDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF0; }
p { color: rgb(255,253,240); }
H1.HeaderClassName
{
color: #FFFDF0;
}
.AnyTagClassName
{
color: #FFFDF0;
}
</style>
background-color css
<style>
a { background-color: #FFFDF0; }
a { background-color: rgb(255,253,240); }
div.DivClassName
{
background-color: #FFFDF0;
}
.BgClassName
{
background-color: #FFFDF0;
}
</style>
border-color css
<style>
span { border-color: #FFFDF0; }
span { border-color: rgb(255,253,240); }
td.TdClassName
{
border-color: #FFFDF0;
}
.TagClassName
{
border-color: #FFFDF0;
}
</style>