Shades of Melon #FFC1AF
Tints of Melon #FFC1AF
RGB
CMYK
RGB Variations
Color information
#FFC1AF (or 0xFFC1AF) is known color: Melon. HEX triplet: FF, C1 and AF. RGB value is (255,193,175). Sum of RGB (Red+Green+Blue) = 255+193+175=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1AF is #003E50. Grayscale: #D1D1D1. Windows color (decimal): -15953 or 11518463. OLE color: 11518463.
HSL color Cylindrical-coordinate representation of color #FFC1AF: hue angle of 13.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC1AF is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 175 | - |
| CMYK | 0 | 0.24 | 0.31 | 0 |
| HSL | 13.5º | 1% | 0.84% | - |
| HSV(B) | 13.5º | 0.31% | 1% | - |
| XYZ | 68.05 | 62.5 | 49.03 | - |
| YUV | 209.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 175 | 0 | 0.24 | 0.31 | 0 | 13.5 | 1 | 0.84 |
| Hex | FF | C1 | AF | 0 | 18 | 1F | 0 | E | 64 | 54 |
| Octal | 377 | 301 | 257 | 0 | 30 | 37 | 0 | 16 | 144 | 124 |
| Binary | 11111111 | 11000001 | 10101111 | 0 | 11000 | 11111 | 0 | 1110 | 1100100 | 1010100 |
Color Harmonies of #FFC1AF
Complementary color
Monochromatic Colors of #FFC1AF
Black with #FFC1AF
Text Example
Text Example
White with #FFC1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1AF; }
p { color: rgb(255,193,175); }
H1.HeaderClassName
{
color: #FFC1AF;
}
.AnyTagClassName
{
color: #FFC1AF;
}
</style>
background-color css
<style>
a { background-color: #FFC1AF; }
a { background-color: rgb(255,193,175); }
div.DivClassName
{
background-color: #FFC1AF;
}
.BgClassName
{
background-color: #FFC1AF;
}
</style>
border-color css
<style>
span { border-color: #FFC1AF; }
span { border-color: rgb(255,193,175); }
td.TdClassName
{
border-color: #FFC1AF;
}
.TagClassName
{
border-color: #FFC1AF;
}
</style>