Shades of Ivory #FDFEF5
Tints of Ivory #FDFEF5
RGB
CMYK
RGB Variations
Color information
#FDFEF5 (or 0xFDFEF5) is known color: Ivory. HEX triplet: FD, FE and F5. RGB value is (253,254,245). Sum of RGB (Red+Green+Blue) = 253+254+245=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 254 (99.61% from 255 or 33.78% from 752); Blue value is 245 (96.09% from 255 or 32.58% from 752); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF5 is #02010A. Grayscale: #FCFCFC. Windows color (decimal): -131339 or 16121597. OLE color: 16121597.
HSL color Cylindrical-coordinate representation of color #FDFEF5: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDFEF5 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 245 | - |
CMYK | 0.00 | 0 | 0.04 | 0.00 |
HSL | 66.67º | 0.82% | 0.98% | - |
HSV(B) | 66.67º | 0.04% | 1% | - |
XYZ | 92.43 | 98.36 | 100.5 | - |
YUV | 252.68 | 123.67 | 128.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 245 | 0.00 | 0 | 0.04 | 0.00 | 66.67 | 0.82 | 0.98 |
Hex | FD | FE | F5 | 0 | 0 | 4 | 0 | 43 | 52 | 62 |
Octal | 375 | 376 | 365 | 0 | 0 | 4 | 0 | 103 | 122 | 142 |
Binary | 11111101 | 11111110 | 11110101 | 0 | 0 | 100 | 0 | 1000011 | 1010010 | 1100010 |
Color Harmonies of #FDFEF5
Complementary color
Monochromatic Colors of #FDFEF5
Black with #FDFEF5
Text Example
Text Example
White with #FDFEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEF5; }
p { color: rgb(253,254,245); }
H1.HeaderClassName
{
color: #FDFEF5;
}
.AnyTagClassName
{
color: #FDFEF5;
}
</style>
background-color css
<style>
a { background-color: #FDFEF5; }
a { background-color: rgb(253,254,245); }
div.DivClassName
{
background-color: #FDFEF5;
}
.BgClassName
{
background-color: #FDFEF5;
}
</style>
border-color css
<style>
span { border-color: #FDFEF5; }
span { border-color: rgb(253,254,245); }
td.TdClassName
{
border-color: #FDFEF5;
}
.TagClassName
{
border-color: #FDFEF5;
}
</style>