Shades of Ivory #FFFDF3
Tints of Ivory #FFFDF3
RGB
CMYK
RGB Variations
Color information
#FFFDF3 (or 0xFFFDF3) is known color: Ivory. HEX triplet: FF, FD and F3. RGB value is (255,253,243). Sum of RGB (Red+Green+Blue) = 255+253+243=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 243 (95.31% from 255 or 32.36% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF3 is #00020C. Grayscale: #FCFCFC. Windows color (decimal): -525 or 15990271. OLE color: 15990271.
HSL color Cylindrical-coordinate representation of color #FFFDF3: hue angle of 50º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFFDF3 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 243 | - |
CMYK | 0 | 0.01 | 0.05 | 0 |
HSL | 50º | 1% | 0.98% | - |
HSV(B) | 50º | 0.05% | 1% | - |
XYZ | 92.54 | 97.98 | 98.83 | - |
YUV | 252.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 243 | 0 | 0.01 | 0.05 | 0 | 50 | 1 | 0.98 |
Hex | FF | FD | F3 | 0 | 1 | 5 | 0 | 32 | 64 | 62 |
Octal | 377 | 375 | 363 | 0 | 1 | 5 | 0 | 62 | 144 | 142 |
Binary | 11111111 | 11111101 | 11110011 | 0 | 1 | 101 | 0 | 110010 | 1100100 | 1100010 |
Color Harmonies of #FFFDF3
Complementary color
Monochromatic Colors of #FFFDF3
Black with #FFFDF3
Text Example
Text Example
White with #FFFDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF3; }
p { color: rgb(255,253,243); }
H1.HeaderClassName
{
color: #FFFDF3;
}
.AnyTagClassName
{
color: #FFFDF3;
}
</style>
background-color css
<style>
a { background-color: #FFFDF3; }
a { background-color: rgb(255,253,243); }
div.DivClassName
{
background-color: #FFFDF3;
}
.BgClassName
{
background-color: #FFFDF3;
}
</style>
border-color css
<style>
span { border-color: #FFFDF3; }
span { border-color: rgb(255,253,243); }
td.TdClassName
{
border-color: #FFFDF3;
}
.TagClassName
{
border-color: #FFFDF3;
}
</style>