Shades of Melon #FDBCAF
Tints of Melon #FDBCAF
RGB
CMYK
RGB Variations
Color information
#FDBCAF (or 0xFDBCAF) is known color: Melon. HEX triplet: FD, BC and AF. RGB value is (253,188,175). Sum of RGB (Red+Green+Blue) = 253+188+175=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCAF is #024350. Grayscale: #CECECE. Windows color (decimal): -148305 or 11517181. OLE color: 11517181.
HSL color Cylindrical-coordinate representation of color #FDBCAF: hue angle of 10º 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 #FDBCAF is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 175 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.01 |
| HSL | 10º | 0.95% | 0.84% | - |
| HSV(B) | 10º | 0.31% | 0.99% | - |
| XYZ | 66.23 | 59.94 | 48.64 | - |
| YUV | 205.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 175 | 0 | 0.26 | 0.31 | 0.01 | 10 | 0.95 | 0.84 |
| Hex | FD | BC | AF | 0 | 1A | 1F | 1 | A | 5F | 54 |
| Octal | 375 | 274 | 257 | 0 | 32 | 37 | 1 | 12 | 137 | 124 |
| Binary | 11111101 | 10111100 | 10101111 | 0 | 11010 | 11111 | 1 | 1010 | 1011111 | 1010100 |
Color Harmonies of #FDBCAF
Complementary color
Monochromatic Colors of #FDBCAF
Black with #FDBCAF
Text Example
Text Example
White with #FDBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBCAF; }
p { color: rgb(253,188,175); }
H1.HeaderClassName
{
color: #FDBCAF;
}
.AnyTagClassName
{
color: #FDBCAF;
}
</style>
background-color css
<style>
a { background-color: #FDBCAF; }
a { background-color: rgb(253,188,175); }
div.DivClassName
{
background-color: #FDBCAF;
}
.BgClassName
{
background-color: #FDBCAF;
}
</style>
border-color css
<style>
span { border-color: #FDBCAF; }
span { border-color: rgb(253,188,175); }
td.TdClassName
{
border-color: #FDBCAF;
}
.TagClassName
{
border-color: #FDBCAF;
}
</style>