Shades of Ivory #FDFEEB
Tints of Ivory #FDFEEB
RGB
CMYK
RGB Variations
Color information
#FDFEEB (or 0xFDFEEB) is known color: Ivory. HEX triplet: FD, FE and EB. RGB value is (253,254,235). Sum of RGB (Red+Green+Blue) = 253+254+235=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 235 (92.19% from 255 or 31.67% from 742); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEEB is #020114. Grayscale: #FBFBFB. Windows color (decimal): -131349 or 15466237. OLE color: 15466237.
HSL color Cylindrical-coordinate representation of color #FDFEEB: hue angle of 63.16º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDFEEB is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 235 | - |
CMYK | 0.00 | 0 | 0.07 | 0.00 |
HSL | 63.16º | 0.9% | 0.96% | - |
HSV(B) | 63.16º | 0.07% | 1% | - |
XYZ | 90.95 | 97.76 | 92.67 | - |
YUV | 251.54 | 118.67 | 129.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 235 | 0.00 | 0 | 0.07 | 0.00 | 63.16 | 0.9 | 0.96 |
Hex | FD | FE | EB | 0 | 0 | 7 | 0 | 3F | 5A | 60 |
Octal | 375 | 376 | 353 | 0 | 0 | 7 | 0 | 77 | 132 | 140 |
Binary | 11111101 | 11111110 | 11101011 | 0 | 0 | 111 | 0 | 111111 | 1011010 | 1100000 |
Color Harmonies of #FDFEEB
Complementary color
Monochromatic Colors of #FDFEEB
Black with #FDFEEB
Text Example
Text Example
White with #FDFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEEB; }
p { color: rgb(253,254,235); }
H1.HeaderClassName
{
color: #FDFEEB;
}
.AnyTagClassName
{
color: #FDFEEB;
}
</style>
background-color css
<style>
a { background-color: #FDFEEB; }
a { background-color: rgb(253,254,235); }
div.DivClassName
{
background-color: #FDFEEB;
}
.BgClassName
{
background-color: #FDFEEB;
}
</style>
border-color css
<style>
span { border-color: #FDFEEB; }
span { border-color: rgb(253,254,235); }
td.TdClassName
{
border-color: #FDFEEB;
}
.TagClassName
{
border-color: #FDFEEB;
}
</style>