Shades of Ivory #FDFEF6
Tints of Ivory #FDFEF6
RGB
CMYK
RGB Variations
Color information
#FDFEF6 (or 0xFDFEF6) is known color: Ivory. HEX triplet: FD, FE and F6. RGB value is (253,254,246). Sum of RGB (Red+Green+Blue) = 253+254+246=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 246 (96.48% from 255 or 32.67% from 753); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEF6 is #020109. Grayscale: #FCFCFC. Windows color (decimal): -131338 or 16187133. OLE color: 16187133.
HSL color Cylindrical-coordinate representation of color #FDFEF6: hue angle of 67.5º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDFEF6 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 246 | - |
CMYK | 0.00 | 0 | 0.03 | 0.00 |
HSL | 67.5º | 0.8% | 0.98% | - |
HSV(B) | 67.5º | 0.03% | 1% | - |
XYZ | 92.58 | 98.42 | 101.31 | - |
YUV | 252.79 | 124.17 | 128.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 246 | 0.00 | 0 | 0.03 | 0.00 | 67.5 | 0.8 | 0.98 |
Hex | FD | FE | F6 | 0 | 0 | 3 | 0 | 44 | 50 | 62 |
Octal | 375 | 376 | 366 | 0 | 0 | 3 | 0 | 104 | 120 | 142 |
Binary | 11111101 | 11111110 | 11110110 | 0 | 0 | 11 | 0 | 1000100 | 1010000 | 1100010 |
Color Harmonies of #FDFEF6
Complementary color
Monochromatic Colors of #FDFEF6
Black with #FDFEF6
Text Example
Text Example
White with #FDFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEF6; }
p { color: rgb(253,254,246); }
H1.HeaderClassName
{
color: #FDFEF6;
}
.AnyTagClassName
{
color: #FDFEF6;
}
</style>
background-color css
<style>
a { background-color: #FDFEF6; }
a { background-color: rgb(253,254,246); }
div.DivClassName
{
background-color: #FDFEF6;
}
.BgClassName
{
background-color: #FDFEF6;
}
</style>
border-color css
<style>
span { border-color: #FDFEF6; }
span { border-color: rgb(253,254,246); }
td.TdClassName
{
border-color: #FDFEF6;
}
.TagClassName
{
border-color: #FDFEF6;
}
</style>