Shades of Melon #FFC3AF
Tints of Melon #FFC3AF
RGB
CMYK
RGB Variations
Color information
#FFC3AF (or 0xFFC3AF) is known color: Melon. HEX triplet: FF, C3 and AF. RGB value is (255,195,175). Sum of RGB (Red+Green+Blue) = 255+195+175=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3AF is #003C50. Grayscale: #D2D2D2. Windows color (decimal): -15441 or 11518975. OLE color: 11518975.
HSL color Cylindrical-coordinate representation of color #FFC3AF: hue angle of 15º 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 #FFC3AF is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 175 | - |
| CMYK | 0 | 0.24 | 0.31 | 0 |
| HSL | 15º | 1% | 0.84% | - |
| HSV(B) | 15º | 0.31% | 1% | - |
| XYZ | 68.49 | 63.39 | 49.18 | - |
| YUV | 210.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 175 | 0 | 0.24 | 0.31 | 0 | 15 | 1 | 0.84 |
| Hex | FF | C3 | AF | 0 | 18 | 1F | 0 | F | 64 | 54 |
| Octal | 377 | 303 | 257 | 0 | 30 | 37 | 0 | 17 | 144 | 124 |
| Binary | 11111111 | 11000011 | 10101111 | 0 | 11000 | 11111 | 0 | 1111 | 1100100 | 1010100 |
Color Harmonies of #FFC3AF
Complementary color
Monochromatic Colors of #FFC3AF
Black with #FFC3AF
Text Example
Text Example
White with #FFC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3AF; }
p { color: rgb(255,195,175); }
H1.HeaderClassName
{
color: #FFC3AF;
}
.AnyTagClassName
{
color: #FFC3AF;
}
</style>
background-color css
<style>
a { background-color: #FFC3AF; }
a { background-color: rgb(255,195,175); }
div.DivClassName
{
background-color: #FFC3AF;
}
.BgClassName
{
background-color: #FFC3AF;
}
</style>
border-color css
<style>
span { border-color: #FFC3AF; }
span { border-color: rgb(255,195,175); }
td.TdClassName
{
border-color: #FFC3AF;
}
.TagClassName
{
border-color: #FFC3AF;
}
</style>