Shades of Melon #FCC3AD
Tints of Melon #FCC3AD
RGB
CMYK
RGB Variations
Color information
#FCC3AD (or 0xFCC3AD) is known color: Melon. HEX triplet: FC, C3 and AD. RGB value is (252,195,173). Sum of RGB (Red+Green+Blue) = 252+195+173=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3AD is #033C52. Grayscale: #D1D1D1. Windows color (decimal): -212051 or 11387900. OLE color: 11387900.
HSL color Cylindrical-coordinate representation of color #FCC3AD: hue angle of 16.71º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCC3AD is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 173 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.01 |
| HSL | 16.71º | 0.93% | 0.83% | - |
| HSV(B) | 16.71º | 0.31% | 0.99% | - |
| XYZ | 67.2 | 62.74 | 48.1 | - |
| YUV | 209.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 173 | 0 | 0.23 | 0.31 | 0.01 | 16.71 | 0.93 | 0.83 |
| Hex | FC | C3 | AD | 0 | 17 | 1F | 1 | 11 | 5D | 53 |
| Octal | 374 | 303 | 255 | 0 | 27 | 37 | 1 | 21 | 135 | 123 |
| Binary | 11111100 | 11000011 | 10101101 | 0 | 10111 | 11111 | 1 | 10001 | 1011101 | 1010011 |
Color Harmonies of #FCC3AD
Complementary color
Monochromatic Colors of #FCC3AD
Black with #FCC3AD
Text Example
Text Example
White with #FCC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3AD; }
p { color: rgb(252,195,173); }
H1.HeaderClassName
{
color: #FCC3AD;
}
.AnyTagClassName
{
color: #FCC3AD;
}
</style>
background-color css
<style>
a { background-color: #FCC3AD; }
a { background-color: rgb(252,195,173); }
div.DivClassName
{
background-color: #FCC3AD;
}
.BgClassName
{
background-color: #FCC3AD;
}
</style>
border-color css
<style>
span { border-color: #FCC3AD; }
span { border-color: rgb(252,195,173); }
td.TdClassName
{
border-color: #FCC3AD;
}
.TagClassName
{
border-color: #FCC3AD;
}
</style>