Shades of Ivory #FFFDF1
Tints of Ivory #FFFDF1
RGB
CMYK
RGB Variations
Color information
#FFFDF1 (or 0xFFFDF1) is known color: Ivory. HEX triplet: FF, FD and F1. RGB value is (255,253,241). Sum of RGB (Red+Green+Blue) = 255+253+241=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 241 (94.53% from 255 or 32.18% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF1 is #00020E. Grayscale: #FCFCFC. Windows color (decimal): -527 or 15859199. OLE color: 15859199.
HSL color Cylindrical-coordinate representation of color #FFFDF1: hue angle of 51.43º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FFFDF1 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 253 | 241 | - |
CMYK | 0 | 0.01 | 0.05 | 0 |
HSL | 51.43º | 1% | 0.97% | - |
HSV(B) | 51.43º | 0.05% | 1% | - |
XYZ | 92.24 | 97.86 | 97.25 | - |
YUV | 252.23 | 121.66 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 253 | 241 | 0 | 0.01 | 0.05 | 0 | 51.43 | 1 | 0.97 |
Hex | FF | FD | F1 | 0 | 1 | 5 | 0 | 33 | 64 | 61 |
Octal | 377 | 375 | 361 | 0 | 1 | 5 | 0 | 63 | 144 | 141 |
Binary | 11111111 | 11111101 | 11110001 | 0 | 1 | 101 | 0 | 110011 | 1100100 | 1100001 |
Color Harmonies of #FFFDF1
Complementary color
Monochromatic Colors of #FFFDF1
Black with #FFFDF1
Text Example
Text Example
White with #FFFDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDF1; }
p { color: rgb(255,253,241); }
H1.HeaderClassName
{
color: #FFFDF1;
}
.AnyTagClassName
{
color: #FFFDF1;
}
</style>
background-color css
<style>
a { background-color: #FFFDF1; }
a { background-color: rgb(255,253,241); }
div.DivClassName
{
background-color: #FFFDF1;
}
.BgClassName
{
background-color: #FFFDF1;
}
</style>
border-color css
<style>
span { border-color: #FFFDF1; }
span { border-color: rgb(255,253,241); }
td.TdClassName
{
border-color: #FFFDF1;
}
.TagClassName
{
border-color: #FFFDF1;
}
</style>