Shades of Melon #FDB6A9
Tints of Melon #FDB6A9
RGB
CMYK
RGB Variations
Color information
#FDB6A9 (or 0xFDB6A9) is known color: Melon. HEX triplet: FD, B6 and A9. RGB value is (253,182,169). Sum of RGB (Red+Green+Blue) = 253+182+169=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB6A9 is #024956. Grayscale: #C9C9C9. Windows color (decimal): -149847 or 11122429. OLE color: 11122429.
HSL color Cylindrical-coordinate representation of color #FDB6A9: hue angle of 9.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDB6A9 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 169 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.01 |
| HSL | 9.29º | 0.95% | 0.83% | - |
| HSV(B) | 9.29º | 0.33% | 0.99% | - |
| XYZ | 64.4 | 57.2 | 45.18 | - |
| YUV | 201.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 169 | 0 | 0.28 | 0.33 | 0.01 | 9.29 | 0.95 | 0.83 |
| Hex | FD | B6 | A9 | 0 | 1C | 21 | 1 | 9 | 5F | 53 |
| Octal | 375 | 266 | 251 | 0 | 34 | 41 | 1 | 11 | 137 | 123 |
| Binary | 11111101 | 10110110 | 10101001 | 0 | 11100 | 100001 | 1 | 1001 | 1011111 | 1010011 |
Color Harmonies of #FDB6A9
Complementary color
Monochromatic Colors of #FDB6A9
Black with #FDB6A9
Text Example
Text Example
White with #FDB6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6A9; }
p { color: rgb(253,182,169); }
H1.HeaderClassName
{
color: #FDB6A9;
}
.AnyTagClassName
{
color: #FDB6A9;
}
</style>
background-color css
<style>
a { background-color: #FDB6A9; }
a { background-color: rgb(253,182,169); }
div.DivClassName
{
background-color: #FDB6A9;
}
.BgClassName
{
background-color: #FDB6A9;
}
</style>
border-color css
<style>
span { border-color: #FDB6A9; }
span { border-color: rgb(253,182,169); }
td.TdClassName
{
border-color: #FDB6A9;
}
.TagClassName
{
border-color: #FDB6A9;
}
</style>