Shades of Melon #FDC2B1
Tints of Melon #FDC2B1
RGB
CMYK
RGB Variations
Color information
#FDC2B1 (or 0xFDC2B1) is known color: Melon. HEX triplet: FD, C2 and B1. RGB value is (253,194,177). Sum of RGB (Red+Green+Blue) = 253+194+177=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC2B1 is #023D4E. Grayscale: #D1D1D1. Windows color (decimal): -146767 or 11649789. OLE color: 11649789.
HSL color Cylindrical-coordinate representation of color #FDC2B1: hue angle of 13.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDC2B1 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 177 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.01 |
| HSL | 13.42º | 0.95% | 0.84% | - |
| HSV(B) | 13.42º | 0.3% | 0.99% | - |
| XYZ | 67.74 | 62.64 | 50.12 | - |
| YUV | 209.7 | 109.55 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 177 | 0 | 0.23 | 0.30 | 0.01 | 13.42 | 0.95 | 0.84 |
| Hex | FD | C2 | B1 | 0 | 17 | 1E | 1 | D | 5F | 54 |
| Octal | 375 | 302 | 261 | 0 | 27 | 36 | 1 | 15 | 137 | 124 |
| Binary | 11111101 | 11000010 | 10110001 | 0 | 10111 | 11110 | 1 | 1101 | 1011111 | 1010100 |
Color Harmonies of #FDC2B1
Complementary color
Monochromatic Colors of #FDC2B1
Black with #FDC2B1
Text Example
Text Example
White with #FDC2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2B1; }
p { color: rgb(253,194,177); }
H1.HeaderClassName
{
color: #FDC2B1;
}
.AnyTagClassName
{
color: #FDC2B1;
}
</style>
background-color css
<style>
a { background-color: #FDC2B1; }
a { background-color: rgb(253,194,177); }
div.DivClassName
{
background-color: #FDC2B1;
}
.BgClassName
{
background-color: #FDC2B1;
}
</style>
border-color css
<style>
span { border-color: #FDC2B1; }
span { border-color: rgb(253,194,177); }
td.TdClassName
{
border-color: #FDC2B1;
}
.TagClassName
{
border-color: #FDC2B1;
}
</style>