Shades of Melon #FFC1AD
Tints of Melon #FFC1AD
RGB
CMYK
RGB Variations
Color information
#FFC1AD (or 0xFFC1AD) is known color: Melon. HEX triplet: FF, C1 and AD. RGB value is (255,193,173). Sum of RGB (Red+Green+Blue) = 255+193+173=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1AD is #003E52. Grayscale: #D1D1D1. Windows color (decimal): -15955 or 11387391. OLE color: 11387391.
HSL color Cylindrical-coordinate representation of color #FFC1AD: hue angle of 14.63º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFC1AD is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 173 | - |
| CMYK | 0 | 0.24 | 0.32 | 0 |
| HSL | 14.63º | 1% | 0.84% | - |
| HSV(B) | 14.63º | 0.32% | 1% | - |
| XYZ | 67.85 | 62.42 | 48.01 | - |
| YUV | 209.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 173 | 0 | 0.24 | 0.32 | 0 | 14.63 | 1 | 0.84 |
| Hex | FF | C1 | AD | 0 | 18 | 20 | 0 | F | 64 | 54 |
| Octal | 377 | 301 | 255 | 0 | 30 | 40 | 0 | 17 | 144 | 124 |
| Binary | 11111111 | 11000001 | 10101101 | 0 | 11000 | 100000 | 0 | 1111 | 1100100 | 1010100 |
Color Harmonies of #FFC1AD
Complementary color
Monochromatic Colors of #FFC1AD
Black with #FFC1AD
Text Example
Text Example
White with #FFC1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1AD; }
p { color: rgb(255,193,173); }
H1.HeaderClassName
{
color: #FFC1AD;
}
.AnyTagClassName
{
color: #FFC1AD;
}
</style>
background-color css
<style>
a { background-color: #FFC1AD; }
a { background-color: rgb(255,193,173); }
div.DivClassName
{
background-color: #FFC1AD;
}
.BgClassName
{
background-color: #FFC1AD;
}
</style>
border-color css
<style>
span { border-color: #FFC1AD; }
span { border-color: rgb(255,193,173); }
td.TdClassName
{
border-color: #FFC1AD;
}
.TagClassName
{
border-color: #FFC1AD;
}
</style>