Shades of Melon #FCBFAF
Tints of Melon #FCBFAF
RGB
CMYK
RGB Variations
Color information
#FCBFAF (or 0xFCBFAF) is known color: Melon. HEX triplet: FC, BF and AF. RGB value is (252,191,175). Sum of RGB (Red+Green+Blue) = 252+191+175=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFAF is #034050. Grayscale: #CFCFCF. Windows color (decimal): -213073 or 11517948. OLE color: 11517948.
HSL color Cylindrical-coordinate representation of color #FCBFAF: hue angle of 12.47º 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 #FCBFAF is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 175 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.01 |
| HSL | 12.47º | 0.93% | 0.84% | - |
| HSV(B) | 12.47º | 0.31% | 0.99% | - |
| XYZ | 66.51 | 61.05 | 48.84 | - |
| YUV | 207.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 175 | 0 | 0.24 | 0.31 | 0.01 | 12.47 | 0.93 | 0.84 |
| Hex | FC | BF | AF | 0 | 18 | 1F | 1 | C | 5D | 54 |
| Octal | 374 | 277 | 257 | 0 | 30 | 37 | 1 | 14 | 135 | 124 |
| Binary | 11111100 | 10111111 | 10101111 | 0 | 11000 | 11111 | 1 | 1100 | 1011101 | 1010100 |
Color Harmonies of #FCBFAF
Complementary color
Monochromatic Colors of #FCBFAF
Black with #FCBFAF
Text Example
Text Example
White with #FCBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFAF; }
p { color: rgb(252,191,175); }
H1.HeaderClassName
{
color: #FCBFAF;
}
.AnyTagClassName
{
color: #FCBFAF;
}
</style>
background-color css
<style>
a { background-color: #FCBFAF; }
a { background-color: rgb(252,191,175); }
div.DivClassName
{
background-color: #FCBFAF;
}
.BgClassName
{
background-color: #FCBFAF;
}
</style>
border-color css
<style>
span { border-color: #FCBFAF; }
span { border-color: rgb(252,191,175); }
td.TdClassName
{
border-color: #FCBFAF;
}
.TagClassName
{
border-color: #FCBFAF;
}
</style>