Shades of Melon #FFC3AC
Tints of Melon #FFC3AC
RGB
CMYK
RGB Variations
Color information
#FFC3AC (or 0xFFC3AC) is known color: Melon. HEX triplet: FF, C3 and AC. RGB value is (255,195,172). Sum of RGB (Red+Green+Blue) = 255+195+172=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC3AC is #003C53. Grayscale: #D2D2D2. Windows color (decimal): -15444 or 11322367. OLE color: 11322367.
HSL color Cylindrical-coordinate representation of color #FFC3AC: hue angle of 16.63º 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 #FFC3AC is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 195 | 172 | - |
CMYK | 0 | 0.24 | 0.33 | 0 |
HSL | 16.63º | 1% | 0.84% | - |
HSV(B) | 16.63º | 0.33% | 1% | - |
XYZ | 68.2 | 63.27 | 47.65 | - |
YUV | 210.32 | 106.38 | 159.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 195 | 172 | 0 | 0.24 | 0.33 | 0 | 16.63 | 1 | 0.84 |
Hex | FF | C3 | AC | 0 | 18 | 21 | 0 | 11 | 64 | 54 |
Octal | 377 | 303 | 254 | 0 | 30 | 41 | 0 | 21 | 144 | 124 |
Binary | 11111111 | 11000011 | 10101100 | 0 | 11000 | 100001 | 0 | 10001 | 1100100 | 1010100 |
Color Harmonies of #FFC3AC
Complementary color
Monochromatic Colors of #FFC3AC
Black with #FFC3AC
Text Example
Text Example
White with #FFC3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3AC; }
p { color: rgb(255,195,172); }
H1.HeaderClassName
{
color: #FFC3AC;
}
.AnyTagClassName
{
color: #FFC3AC;
}
</style>
background-color css
<style>
a { background-color: #FFC3AC; }
a { background-color: rgb(255,195,172); }
div.DivClassName
{
background-color: #FFC3AC;
}
.BgClassName
{
background-color: #FFC3AC;
}
</style>
border-color css
<style>
span { border-color: #FFC3AC; }
span { border-color: rgb(255,195,172); }
td.TdClassName
{
border-color: #FFC3AC;
}
.TagClassName
{
border-color: #FFC3AC;
}
</style>