Shades of Melon #FCC1A9
Tints of Melon #FCC1A9
RGB
CMYK
RGB Variations
Color information
#FCC1A9 (or 0xFCC1A9) is known color: Melon. HEX triplet: FC, C1 and A9. RGB value is (252,193,169). Sum of RGB (Red+Green+Blue) = 252+193+169=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC1A9 is #033E56. Grayscale: #D0D0D0. Windows color (decimal): -212567 or 11125244. OLE color: 11125244.
HSL color Cylindrical-coordinate representation of color #FCC1A9: hue angle of 17.35º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCC1A9 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 169 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 17.35º | 0.93% | 0.83% | - |
| HSV(B) | 17.35º | 0.33% | 0.99% | - |
| XYZ | 66.38 | 61.7 | 45.95 | - |
| YUV | 207.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 169 | 0 | 0.23 | 0.33 | 0.01 | 17.35 | 0.93 | 0.83 |
| Hex | FC | C1 | A9 | 0 | 17 | 21 | 1 | 11 | 5D | 53 |
| Octal | 374 | 301 | 251 | 0 | 27 | 41 | 1 | 21 | 135 | 123 |
| Binary | 11111100 | 11000001 | 10101001 | 0 | 10111 | 100001 | 1 | 10001 | 1011101 | 1010011 |
Color Harmonies of #FCC1A9
Complementary color
Monochromatic Colors of #FCC1A9
Black with #FCC1A9
Text Example
Text Example
White with #FCC1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC1A9; }
p { color: rgb(252,193,169); }
H1.HeaderClassName
{
color: #FCC1A9;
}
.AnyTagClassName
{
color: #FCC1A9;
}
</style>
background-color css
<style>
a { background-color: #FCC1A9; }
a { background-color: rgb(252,193,169); }
div.DivClassName
{
background-color: #FCC1A9;
}
.BgClassName
{
background-color: #FCC1A9;
}
</style>
border-color css
<style>
span { border-color: #FCC1A9; }
span { border-color: rgb(252,193,169); }
td.TdClassName
{
border-color: #FCC1A9;
}
.TagClassName
{
border-color: #FCC1A9;
}
</style>