Shades of Ivory #FDFBEE
Tints of Ivory #FDFBEE
RGB
CMYK
RGB Variations
Color information
#FDFBEE (or 0xFDFBEE) is known color: Ivory. HEX triplet: FD, FB and EE. RGB value is (253,251,238). Sum of RGB (Red+Green+Blue) = 253+251+238=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 238 (93.36% from 255 or 32.08% from 742); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBEE is #020411. Grayscale: #FAFAFA. Windows color (decimal): -132114 or 15662077. OLE color: 15662077.
HSL color Cylindrical-coordinate representation of color #FDFBEE: hue angle of 52º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDFBEE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 238 | - |
CMYK | 0 | 0.01 | 0.06 | 0.01 |
HSL | 52º | 0.79% | 0.96% | - |
HSV(B) | 52º | 0.06% | 0.99% | - |
XYZ | 90.44 | 96.05 | 94.66 | - |
YUV | 250.12 | 121.16 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 238 | 0 | 0.01 | 0.06 | 0.01 | 52 | 0.79 | 0.96 |
Hex | FD | FB | EE | 0 | 1 | 6 | 1 | 34 | 4F | 60 |
Octal | 375 | 373 | 356 | 0 | 1 | 6 | 1 | 64 | 117 | 140 |
Binary | 11111101 | 11111011 | 11101110 | 0 | 1 | 110 | 1 | 110100 | 1001111 | 1100000 |
Color Harmonies of #FDFBEE
Complementary color
Monochromatic Colors of #FDFBEE
Black with #FDFBEE
Text Example
Text Example
White with #FDFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBEE; }
p { color: rgb(253,251,238); }
H1.HeaderClassName
{
color: #FDFBEE;
}
.AnyTagClassName
{
color: #FDFBEE;
}
</style>
background-color css
<style>
a { background-color: #FDFBEE; }
a { background-color: rgb(253,251,238); }
div.DivClassName
{
background-color: #FDFBEE;
}
.BgClassName
{
background-color: #FDFBEE;
}
</style>
border-color css
<style>
span { border-color: #FDFBEE; }
span { border-color: rgb(253,251,238); }
td.TdClassName
{
border-color: #FDFBEE;
}
.TagClassName
{
border-color: #FDFBEE;
}
</style>