Shades of Ivory #FFFFFD
Tints of Ivory #FFFFFD
RGB
CMYK
RGB Variations
Color information
#FFFFFD (or 0xFFFFFD) is known color: Ivory. HEX triplet: FF, FF and FD. RGB value is (255,255,253). Sum of RGB (Red+Green+Blue) = 255+255+253=763 (101% of max value = 765). Red value is 255 (100% from 255 or 33.42% from 763); Green value is 255 (100% from 255 or 33.42% from 763); Blue value is 253 (99.22% from 255 or 33.16% from 763); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFFD is #000002. Grayscale: #FEFEFE. Windows color (decimal): -3 or 16646143. OLE color: 16646143.
HSL color Cylindrical-coordinate representation of color #FFFFFD: hue angle of 60º degrees, saturation: 1, lightness: 1%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FFFFFD is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 253 | - |
CMYK | 0 | 0 | 0.01 | 0 |
HSL | 60º | 1% | 1% | - |
HSV(B) | 60º | 0.01% | 1% | - |
XYZ | 94.73 | 99.87 | 107.21 | - |
YUV | 254.77 | 127 | 128.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 253 | 0 | 0 | 0.01 | 0 | 60 | 1 | 1 |
Hex | FF | FF | FD | 0 | 0 | 1 | 0 | 3C | 64 | 64 |
Octal | 377 | 377 | 375 | 0 | 0 | 1 | 0 | 74 | 144 | 144 |
Binary | 11111111 | 11111111 | 11111101 | 0 | 0 | 1 | 0 | 111100 | 1100100 | 1100100 |
Color Harmonies of #FFFFFD
Complementary color
Monochromatic Colors of #FFFFFD
Black with #FFFFFD
Text Example
Text Example
White with #FFFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFFD; }
p { color: rgb(255,255,253); }
H1.HeaderClassName
{
color: #FFFFFD;
}
.AnyTagClassName
{
color: #FFFFFD;
}
</style>
background-color css
<style>
a { background-color: #FFFFFD; }
a { background-color: rgb(255,255,253); }
div.DivClassName
{
background-color: #FFFFFD;
}
.BgClassName
{
background-color: #FFFFFD;
}
</style>
border-color css
<style>
span { border-color: #FFFFFD; }
span { border-color: rgb(255,255,253); }
td.TdClassName
{
border-color: #FFFFFD;
}
.TagClassName
{
border-color: #FFFFFD;
}
</style>