Shades of Melon #FDB8AA
Tints of Melon #FDB8AA
RGB
CMYK
RGB Variations
Color information
#FDB8AA (or 0xFDB8AA) is known color: Melon. HEX triplet: FD, B8 and AA. RGB value is (253,184,170). Sum of RGB (Red+Green+Blue) = 253+184+170=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB8AA is #024755. Grayscale: #CBCBCB. Windows color (decimal): -149334 or 11188477. OLE color: 11188477.
HSL color Cylindrical-coordinate representation of color #FDB8AA: hue angle of 10.12º 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 #FDB8AA is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 170 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.01 |
| HSL | 10.12º | 0.95% | 0.83% | - |
| HSV(B) | 10.12º | 0.33% | 0.99% | - |
| XYZ | 64.9 | 58.07 | 45.82 | - |
| YUV | 203.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 170 | 0 | 0.27 | 0.33 | 0.01 | 10.12 | 0.95 | 0.83 |
| Hex | FD | B8 | AA | 0 | 1B | 21 | 1 | A | 5F | 53 |
| Octal | 375 | 270 | 252 | 0 | 33 | 41 | 1 | 12 | 137 | 123 |
| Binary | 11111101 | 10111000 | 10101010 | 0 | 11011 | 100001 | 1 | 1010 | 1011111 | 1010011 |
Color Harmonies of #FDB8AA
Complementary color
Monochromatic Colors of #FDB8AA
Black with #FDB8AA
Text Example
Text Example
White with #FDB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB8AA; }
p { color: rgb(253,184,170); }
H1.HeaderClassName
{
color: #FDB8AA;
}
.AnyTagClassName
{
color: #FDB8AA;
}
</style>
background-color css
<style>
a { background-color: #FDB8AA; }
a { background-color: rgb(253,184,170); }
div.DivClassName
{
background-color: #FDB8AA;
}
.BgClassName
{
background-color: #FDB8AA;
}
</style>
border-color css
<style>
span { border-color: #FDB8AA; }
span { border-color: rgb(253,184,170); }
td.TdClassName
{
border-color: #FDB8AA;
}
.TagClassName
{
border-color: #FDB8AA;
}
</style>