Shades of Melon #FCBCAF
Tints of Melon #FCBCAF
RGB
CMYK
RGB Variations
Color information
#FCBCAF (or 0xFCBCAF) is known color: Melon. HEX triplet: FC, BC and AF. RGB value is (252,188,175). Sum of RGB (Red+Green+Blue) = 252+188+175=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCAF is #034350. Grayscale: #CDCDCD. Windows color (decimal): -213841 or 11517180. OLE color: 11517180.
HSL color Cylindrical-coordinate representation of color #FCBCAF: hue angle of 10.13º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCBCAF is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 175 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.01 |
| HSL | 10.13º | 0.93% | 0.84% | - |
| HSV(B) | 10.13º | 0.31% | 0.99% | - |
| XYZ | 65.87 | 59.76 | 48.62 | - |
| YUV | 205.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 175 | 0 | 0.25 | 0.31 | 0.01 | 10.13 | 0.93 | 0.84 |
| Hex | FC | BC | AF | 0 | 19 | 1F | 1 | A | 5D | 54 |
| Octal | 374 | 274 | 257 | 0 | 31 | 37 | 1 | 12 | 135 | 124 |
| Binary | 11111100 | 10111100 | 10101111 | 0 | 11001 | 11111 | 1 | 1010 | 1011101 | 1010100 |
Color Harmonies of #FCBCAF
Complementary color
Monochromatic Colors of #FCBCAF
Black with #FCBCAF
Text Example
Text Example
White with #FCBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCAF; }
p { color: rgb(252,188,175); }
H1.HeaderClassName
{
color: #FCBCAF;
}
.AnyTagClassName
{
color: #FCBCAF;
}
</style>
background-color css
<style>
a { background-color: #FCBCAF; }
a { background-color: rgb(252,188,175); }
div.DivClassName
{
background-color: #FCBCAF;
}
.BgClassName
{
background-color: #FCBCAF;
}
</style>
border-color css
<style>
span { border-color: #FCBCAF; }
span { border-color: rgb(252,188,175); }
td.TdClassName
{
border-color: #FCBCAF;
}
.TagClassName
{
border-color: #FCBCAF;
}
</style>