Shades of Melon #FFC2AB
Tints of Melon #FFC2AB
RGB
CMYK
RGB Variations
Color information
#FFC2AB (or 0xFFC2AB) is known color: Melon. HEX triplet: FF, C2 and AB. RGB value is (255,194,171). Sum of RGB (Red+Green+Blue) = 255+194+171=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC2AB is #003D54. Grayscale: #D1D1D1. Windows color (decimal): -15701 or 11256575. OLE color: 11256575.
HSL color Cylindrical-coordinate representation of color #FFC2AB: hue angle of 16.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFC2AB is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 171 | - |
| CMYK | 0 | 0.24 | 0.33 | 0 |
| HSL | 16.43º | 1% | 0.84% | - |
| HSV(B) | 16.43º | 0.33% | 1% | - |
| XYZ | 67.88 | 62.78 | 47.07 | - |
| YUV | 209.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 171 | 0 | 0.24 | 0.33 | 0 | 16.43 | 1 | 0.84 |
| Hex | FF | C2 | AB | 0 | 18 | 21 | 0 | 10 | 64 | 54 |
| Octal | 377 | 302 | 253 | 0 | 30 | 41 | 0 | 20 | 144 | 124 |
| Binary | 11111111 | 11000010 | 10101011 | 0 | 11000 | 100001 | 0 | 10000 | 1100100 | 1010100 |
Color Harmonies of #FFC2AB
Complementary color
Monochromatic Colors of #FFC2AB
Black with #FFC2AB
Text Example
Text Example
White with #FFC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2AB; }
p { color: rgb(255,194,171); }
H1.HeaderClassName
{
color: #FFC2AB;
}
.AnyTagClassName
{
color: #FFC2AB;
}
</style>
background-color css
<style>
a { background-color: #FFC2AB; }
a { background-color: rgb(255,194,171); }
div.DivClassName
{
background-color: #FFC2AB;
}
.BgClassName
{
background-color: #FFC2AB;
}
</style>
border-color css
<style>
span { border-color: #FFC2AB; }
span { border-color: rgb(255,194,171); }
td.TdClassName
{
border-color: #FFC2AB;
}
.TagClassName
{
border-color: #FFC2AB;
}
</style>