Shades of Melon #FDB6AD
Tints of Melon #FDB6AD
RGB
CMYK
RGB Variations
Color information
#FDB6AD (or 0xFDB6AD) is known color: Melon. HEX triplet: FD, B6 and AD. RGB value is (253,182,173). Sum of RGB (Red+Green+Blue) = 253+182+173=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB6AD is #024952. Grayscale: #CACACA. Windows color (decimal): -149843 or 11384573. OLE color: 11384573.
HSL color Cylindrical-coordinate representation of color #FDB6AD: hue angle of 6.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDB6AD is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 173 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.01 |
| HSL | 6.75º | 0.95% | 0.84% | - |
| HSV(B) | 6.75º | 0.32% | 0.99% | - |
| XYZ | 64.78 | 57.36 | 47.19 | - |
| YUV | 202.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 173 | 0 | 0.28 | 0.32 | 0.01 | 6.75 | 0.95 | 0.84 |
| Hex | FD | B6 | AD | 0 | 1C | 20 | 1 | 7 | 5F | 54 |
| Octal | 375 | 266 | 255 | 0 | 34 | 40 | 1 | 7 | 137 | 124 |
| Binary | 11111101 | 10110110 | 10101101 | 0 | 11100 | 100000 | 1 | 111 | 1011111 | 1010100 |
Color Harmonies of #FDB6AD
Complementary color
Monochromatic Colors of #FDB6AD
Black with #FDB6AD
Text Example
Text Example
White with #FDB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6AD; }
p { color: rgb(253,182,173); }
H1.HeaderClassName
{
color: #FDB6AD;
}
.AnyTagClassName
{
color: #FDB6AD;
}
</style>
background-color css
<style>
a { background-color: #FDB6AD; }
a { background-color: rgb(253,182,173); }
div.DivClassName
{
background-color: #FDB6AD;
}
.BgClassName
{
background-color: #FDB6AD;
}
</style>
border-color css
<style>
span { border-color: #FDB6AD; }
span { border-color: rgb(253,182,173); }
td.TdClassName
{
border-color: #FDB6AD;
}
.TagClassName
{
border-color: #FDB6AD;
}
</style>