Shades of Melon #FCB6AD
Tints of Melon #FCB6AD
RGB
CMYK
RGB Variations
Color information
#FCB6AD (or 0xFCB6AD) is known color: Melon. HEX triplet: FC, B6 and AD. RGB value is (252,182,173). Sum of RGB (Red+Green+Blue) = 252+182+173=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB6AD is #034952. Grayscale: #CACACA. Windows color (decimal): -215379 or 11384572. OLE color: 11384572.
HSL color Cylindrical-coordinate representation of color #FCB6AD: hue angle of 6.84º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCB6AD is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 173 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.01 |
| HSL | 6.84º | 0.93% | 0.83% | - |
| HSV(B) | 6.84º | 0.31% | 0.99% | - |
| XYZ | 64.42 | 57.17 | 47.17 | - |
| YUV | 201.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 173 | 0 | 0.28 | 0.31 | 0.01 | 6.84 | 0.93 | 0.83 |
| Hex | FC | B6 | AD | 0 | 1C | 1F | 1 | 7 | 5D | 53 |
| Octal | 374 | 266 | 255 | 0 | 34 | 37 | 1 | 7 | 135 | 123 |
| Binary | 11111100 | 10110110 | 10101101 | 0 | 11100 | 11111 | 1 | 111 | 1011101 | 1010011 |
Color Harmonies of #FCB6AD
Complementary color
Monochromatic Colors of #FCB6AD
Black with #FCB6AD
Text Example
Text Example
White with #FCB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB6AD; }
p { color: rgb(252,182,173); }
H1.HeaderClassName
{
color: #FCB6AD;
}
.AnyTagClassName
{
color: #FCB6AD;
}
</style>
background-color css
<style>
a { background-color: #FCB6AD; }
a { background-color: rgb(252,182,173); }
div.DivClassName
{
background-color: #FCB6AD;
}
.BgClassName
{
background-color: #FCB6AD;
}
</style>
border-color css
<style>
span { border-color: #FCB6AD; }
span { border-color: rgb(252,182,173); }
td.TdClassName
{
border-color: #FCB6AD;
}
.TagClassName
{
border-color: #FCB6AD;
}
</style>