Shades of Melon #FDB6AF
Tints of Melon #FDB6AF
RGB
CMYK
RGB Variations
Color information
#FDB6AF (or 0xFDB6AF) is known color: Melon. HEX triplet: FD, B6 and AF. RGB value is (253,182,175). Sum of RGB (Red+Green+Blue) = 253+182+175=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 175 (68.75% from 255 or 28.69% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB6AF is #024950. Grayscale: #CACACA. Windows color (decimal): -149841 or 11515645. OLE color: 11515645.
HSL color Cylindrical-coordinate representation of color #FDB6AF: hue angle of 5.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDB6AF is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 175 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.01 |
| HSL | 5.38º | 0.95% | 0.84% | - |
| HSV(B) | 5.38º | 0.31% | 0.99% | - |
| XYZ | 64.97 | 57.43 | 48.22 | - |
| YUV | 202.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 175 | 0 | 0.28 | 0.31 | 0.01 | 5.38 | 0.95 | 0.84 |
| Hex | FD | B6 | AF | 0 | 1C | 1F | 1 | 5 | 5F | 54 |
| Octal | 375 | 266 | 257 | 0 | 34 | 37 | 1 | 5 | 137 | 124 |
| Binary | 11111101 | 10110110 | 10101111 | 0 | 11100 | 11111 | 1 | 101 | 1011111 | 1010100 |
Color Harmonies of #FDB6AF
Complementary color
Monochromatic Colors of #FDB6AF
Black with #FDB6AF
Text Example
Text Example
White with #FDB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB6AF; }
p { color: rgb(253,182,175); }
H1.HeaderClassName
{
color: #FDB6AF;
}
.AnyTagClassName
{
color: #FDB6AF;
}
</style>
background-color css
<style>
a { background-color: #FDB6AF; }
a { background-color: rgb(253,182,175); }
div.DivClassName
{
background-color: #FDB6AF;
}
.BgClassName
{
background-color: #FDB6AF;
}
</style>
border-color css
<style>
span { border-color: #FDB6AF; }
span { border-color: rgb(253,182,175); }
td.TdClassName
{
border-color: #FDB6AF;
}
.TagClassName
{
border-color: #FDB6AF;
}
</style>