Shades of Ivory #FDFBED
Tints of Ivory #FDFBED
RGB
CMYK
RGB Variations
Color information
#FDFBED (or 0xFDFBED) is known color: Ivory. HEX triplet: FD, FB and ED. RGB value is (253,251,237). Sum of RGB (Red+Green+Blue) = 253+251+237=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 237 (92.97% from 255 or 31.98% from 741); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFBED is #020412. Grayscale: #FAFAFA. Windows color (decimal): -132115 or 15596541. OLE color: 15596541.
HSL color Cylindrical-coordinate representation of color #FDFBED: hue angle of 52.5º degrees, saturation: 0.8, 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 #FDFBED is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 251 | 237 | - |
CMYK | 0 | 0.01 | 0.06 | 0.01 |
HSL | 52.5º | 0.8% | 0.96% | - |
HSV(B) | 52.5º | 0.06% | 0.99% | - |
XYZ | 90.29 | 95.99 | 93.89 | - |
YUV | 250 | 120.66 | 130.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 251 | 237 | 0 | 0.01 | 0.06 | 0.01 | 52.5 | 0.8 | 0.96 |
Hex | FD | FB | ED | 0 | 1 | 6 | 1 | 34 | 50 | 60 |
Octal | 375 | 373 | 355 | 0 | 1 | 6 | 1 | 64 | 120 | 140 |
Binary | 11111101 | 11111011 | 11101101 | 0 | 1 | 110 | 1 | 110100 | 1010000 | 1100000 |
Color Harmonies of #FDFBED
Complementary color
Monochromatic Colors of #FDFBED
Black with #FDFBED
Text Example
Text Example
White with #FDFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBED; }
p { color: rgb(253,251,237); }
H1.HeaderClassName
{
color: #FDFBED;
}
.AnyTagClassName
{
color: #FDFBED;
}
</style>
background-color css
<style>
a { background-color: #FDFBED; }
a { background-color: rgb(253,251,237); }
div.DivClassName
{
background-color: #FDFBED;
}
.BgClassName
{
background-color: #FDFBED;
}
</style>
border-color css
<style>
span { border-color: #FDFBED; }
span { border-color: rgb(253,251,237); }
td.TdClassName
{
border-color: #FDFBED;
}
.TagClassName
{
border-color: #FDFBED;
}
</style>