Shades of Melon #FDC3B0
Tints of Melon #FDC3B0
RGB
CMYK
RGB Variations
Color information
#FDC3B0 (or 0xFDC3B0) is known color: Melon. HEX triplet: FD, C3 and B0. RGB value is (253,195,176). Sum of RGB (Red+Green+Blue) = 253+195+176=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC3B0 is #023C4F. Grayscale: #D2D2D2. Windows color (decimal): -146512 or 11584509. OLE color: 11584509.
HSL color Cylindrical-coordinate representation of color #FDC3B0: hue angle of 14.81º 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 #FDC3B0 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 176 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.01 |
| HSL | 14.81º | 0.95% | 0.84% | - |
| HSV(B) | 14.81º | 0.3% | 0.99% | - |
| XYZ | 67.86 | 63.05 | 49.67 | - |
| YUV | 210.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 176 | 0 | 0.23 | 0.30 | 0.01 | 14.81 | 0.95 | 0.84 |
| Hex | FD | C3 | B0 | 0 | 17 | 1E | 1 | F | 5F | 54 |
| Octal | 375 | 303 | 260 | 0 | 27 | 36 | 1 | 17 | 137 | 124 |
| Binary | 11111101 | 11000011 | 10110000 | 0 | 10111 | 11110 | 1 | 1111 | 1011111 | 1010100 |
Color Harmonies of #FDC3B0
Complementary color
Monochromatic Colors of #FDC3B0
Black with #FDC3B0
Text Example
Text Example
White with #FDC3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3B0; }
p { color: rgb(253,195,176); }
H1.HeaderClassName
{
color: #FDC3B0;
}
.AnyTagClassName
{
color: #FDC3B0;
}
</style>
background-color css
<style>
a { background-color: #FDC3B0; }
a { background-color: rgb(253,195,176); }
div.DivClassName
{
background-color: #FDC3B0;
}
.BgClassName
{
background-color: #FDC3B0;
}
</style>
border-color css
<style>
span { border-color: #FDC3B0; }
span { border-color: rgb(253,195,176); }
td.TdClassName
{
border-color: #FDC3B0;
}
.TagClassName
{
border-color: #FDC3B0;
}
</style>