Shades of Melon #FCC2AF
Tints of Melon #FCC2AF
RGB
CMYK
RGB Variations
Color information
#FCC2AF (or 0xFCC2AF) is known color: Melon. HEX triplet: FC, C2 and AF. RGB value is (252,194,175). Sum of RGB (Red+Green+Blue) = 252+194+175=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC2AF is #033D50. Grayscale: #D1D1D1. Windows color (decimal): -212305 or 11518716. OLE color: 11518716.
HSL color Cylindrical-coordinate representation of color #FCC2AF: hue angle of 14.81º degrees, saturation: 0.93, 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 #FCC2AF is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 175 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.01 |
| HSL | 14.81º | 0.93% | 0.84% | - |
| HSV(B) | 14.81º | 0.31% | 0.99% | - |
| XYZ | 67.17 | 62.37 | 49.06 | - |
| YUV | 209.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 175 | 0 | 0.23 | 0.31 | 0.01 | 14.81 | 0.93 | 0.84 |
| Hex | FC | C2 | AF | 0 | 17 | 1F | 1 | F | 5D | 54 |
| Octal | 374 | 302 | 257 | 0 | 27 | 37 | 1 | 17 | 135 | 124 |
| Binary | 11111100 | 11000010 | 10101111 | 0 | 10111 | 11111 | 1 | 1111 | 1011101 | 1010100 |
Color Harmonies of #FCC2AF
Complementary color
Monochromatic Colors of #FCC2AF
Black with #FCC2AF
Text Example
Text Example
White with #FCC2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2AF; }
p { color: rgb(252,194,175); }
H1.HeaderClassName
{
color: #FCC2AF;
}
.AnyTagClassName
{
color: #FCC2AF;
}
</style>
background-color css
<style>
a { background-color: #FCC2AF; }
a { background-color: rgb(252,194,175); }
div.DivClassName
{
background-color: #FCC2AF;
}
.BgClassName
{
background-color: #FCC2AF;
}
</style>
border-color css
<style>
span { border-color: #FCC2AF; }
span { border-color: rgb(252,194,175); }
td.TdClassName
{
border-color: #FCC2AF;
}
.TagClassName
{
border-color: #FCC2AF;
}
</style>