Shades of Melon #FCC1AF
Tints of Melon #FCC1AF
RGB
CMYK
RGB Variations
Color information
#FCC1AF (or 0xFCC1AF) is known color: Melon. HEX triplet: FC, C1 and AF. RGB value is (252,193,175). Sum of RGB (Red+Green+Blue) = 252+193+175=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1AF is #033E50. Grayscale: #D0D0D0. Windows color (decimal): -212561 or 11518460. OLE color: 11518460.
HSL color Cylindrical-coordinate representation of color #FCC1AF: hue angle of 14.03º 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 #FCC1AF is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 175 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.01 |
| HSL | 14.03º | 0.93% | 0.84% | - |
| HSV(B) | 14.03º | 0.31% | 0.99% | - |
| XYZ | 66.95 | 61.93 | 48.98 | - |
| YUV | 208.59 | 109.05 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 175 | 0 | 0.23 | 0.31 | 0.01 | 14.03 | 0.93 | 0.84 |
| Hex | FC | C1 | AF | 0 | 17 | 1F | 1 | E | 5D | 54 |
| Octal | 374 | 301 | 257 | 0 | 27 | 37 | 1 | 16 | 135 | 124 |
| Binary | 11111100 | 11000001 | 10101111 | 0 | 10111 | 11111 | 1 | 1110 | 1011101 | 1010100 |
Color Harmonies of #FCC1AF
Complementary color
Monochromatic Colors of #FCC1AF
Black with #FCC1AF
Text Example
Text Example
White with #FCC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1AF; }
p { color: rgb(252,193,175); }
H1.HeaderClassName
{
color: #FCC1AF;
}
.AnyTagClassName
{
color: #FCC1AF;
}
</style>
background-color css
<style>
a { background-color: #FCC1AF; }
a { background-color: rgb(252,193,175); }
div.DivClassName
{
background-color: #FCC1AF;
}
.BgClassName
{
background-color: #FCC1AF;
}
</style>
border-color css
<style>
span { border-color: #FCC1AF; }
span { border-color: rgb(252,193,175); }
td.TdClassName
{
border-color: #FCC1AF;
}
.TagClassName
{
border-color: #FCC1AF;
}
</style>