Shades of Melon #FCBAB4
Tints of Melon #FCBAB4
RGB
CMYK
RGB Variations
Color information
#FCBAB4 (or 0xFCBAB4) is known color: Melon. HEX triplet: FC, BA and B4. RGB value is (252,186,180). Sum of RGB (Red+Green+Blue) = 252+186+180=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAB4 is #03454B. Grayscale: #CDCDCD. Windows color (decimal): -214348 or 11844348. OLE color: 11844348.
HSL color Cylindrical-coordinate representation of color #FCBAB4: hue angle of 5º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCBAB4 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 180 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.01 |
| HSL | 5º | 0.92% | 0.85% | - |
| HSV(B) | 5º | 0.29% | 0.99% | - |
| XYZ | 65.94 | 59.11 | 51.11 | - |
| YUV | 205.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 180 | 0 | 0.26 | 0.29 | 0.01 | 5 | 0.92 | 0.85 |
| Hex | FC | BA | B4 | 0 | 1A | 1D | 1 | 5 | 5C | 55 |
| Octal | 374 | 272 | 264 | 0 | 32 | 35 | 1 | 5 | 134 | 125 |
| Binary | 11111100 | 10111010 | 10110100 | 0 | 11010 | 11101 | 1 | 101 | 1011100 | 1010101 |
Color Harmonies of #FCBAB4
Complementary color
Monochromatic Colors of #FCBAB4
Black with #FCBAB4
Text Example
Text Example
White with #FCBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBAB4; }
p { color: rgb(252,186,180); }
H1.HeaderClassName
{
color: #FCBAB4;
}
.AnyTagClassName
{
color: #FCBAB4;
}
</style>
background-color css
<style>
a { background-color: #FCBAB4; }
a { background-color: rgb(252,186,180); }
div.DivClassName
{
background-color: #FCBAB4;
}
.BgClassName
{
background-color: #FCBAB4;
}
</style>
border-color css
<style>
span { border-color: #FCBAB4; }
span { border-color: rgb(252,186,180); }
td.TdClassName
{
border-color: #FCBAB4;
}
.TagClassName
{
border-color: #FCBAB4;
}
</style>