Shades of Melon #FCBFAC
Tints of Melon #FCBFAC
RGB
CMYK
RGB Variations
Color information
#FCBFAC (or 0xFCBFAC) is known color: Melon. HEX triplet: FC, BF and AC. RGB value is (252,191,172). Sum of RGB (Red+Green+Blue) = 252+191+172=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBFAC is #034053. Grayscale: #CFCFCF. Windows color (decimal): -213076 or 11321340. OLE color: 11321340.
HSL color Cylindrical-coordinate representation of color #FCBFAC: hue angle of 14.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCBFAC is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 172 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.01 |
| HSL | 14.25º | 0.93% | 0.83% | - |
| HSV(B) | 14.25º | 0.32% | 0.99% | - |
| XYZ | 66.22 | 60.94 | 47.3 | - |
| YUV | 207.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 172 | 0 | 0.24 | 0.32 | 0.01 | 14.25 | 0.93 | 0.83 |
| Hex | FC | BF | AC | 0 | 18 | 20 | 1 | E | 5D | 53 |
| Octal | 374 | 277 | 254 | 0 | 30 | 40 | 1 | 16 | 135 | 123 |
| Binary | 11111100 | 10111111 | 10101100 | 0 | 11000 | 100000 | 1 | 1110 | 1011101 | 1010011 |
Color Harmonies of #FCBFAC
Complementary color
Monochromatic Colors of #FCBFAC
Black with #FCBFAC
Text Example
Text Example
White with #FCBFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBFAC; }
p { color: rgb(252,191,172); }
H1.HeaderClassName
{
color: #FCBFAC;
}
.AnyTagClassName
{
color: #FCBFAC;
}
</style>
background-color css
<style>
a { background-color: #FCBFAC; }
a { background-color: rgb(252,191,172); }
div.DivClassName
{
background-color: #FCBFAC;
}
.BgClassName
{
background-color: #FCBFAC;
}
</style>
border-color css
<style>
span { border-color: #FCBFAC; }
span { border-color: rgb(252,191,172); }
td.TdClassName
{
border-color: #FCBFAC;
}
.TagClassName
{
border-color: #FCBFAC;
}
</style>