Shades of Melon #FFC1AB
Tints of Melon #FFC1AB
RGB
CMYK
RGB Variations
Color information
#FFC1AB (or 0xFFC1AB) is known color: Melon. HEX triplet: FF, C1 and AB. RGB value is (255,193,171). Sum of RGB (Red+Green+Blue) = 255+193+171=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1AB is #003E54. Grayscale: #D1D1D1. Windows color (decimal): -15957 or 11256319. OLE color: 11256319.
HSL color Cylindrical-coordinate representation of color #FFC1AB: hue angle of 15.71º 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 #FFC1AB is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 171 | - |
| CMYK | 0 | 0.24 | 0.33 | 0 |
| HSL | 15.71º | 1% | 0.84% | - |
| HSV(B) | 15.71º | 0.33% | 1% | - |
| XYZ | 67.66 | 62.34 | 46.99 | - |
| YUV | 209.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 171 | 0 | 0.24 | 0.33 | 0 | 15.71 | 1 | 0.84 |
| Hex | FF | C1 | AB | 0 | 18 | 21 | 0 | 10 | 64 | 54 |
| Octal | 377 | 301 | 253 | 0 | 30 | 41 | 0 | 20 | 144 | 124 |
| Binary | 11111111 | 11000001 | 10101011 | 0 | 11000 | 100001 | 0 | 10000 | 1100100 | 1010100 |
Color Harmonies of #FFC1AB
Complementary color
Monochromatic Colors of #FFC1AB
Black with #FFC1AB
Text Example
Text Example
White with #FFC1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1AB; }
p { color: rgb(255,193,171); }
H1.HeaderClassName
{
color: #FFC1AB;
}
.AnyTagClassName
{
color: #FFC1AB;
}
</style>
background-color css
<style>
a { background-color: #FFC1AB; }
a { background-color: rgb(255,193,171); }
div.DivClassName
{
background-color: #FFC1AB;
}
.BgClassName
{
background-color: #FFC1AB;
}
</style>
border-color css
<style>
span { border-color: #FFC1AB; }
span { border-color: rgb(255,193,171); }
td.TdClassName
{
border-color: #FFC1AB;
}
.TagClassName
{
border-color: #FFC1AB;
}
</style>