Shades of Melon #FCB8B7
Tints of Melon #FCB8B7
RGB
CMYK
RGB Variations
Color information
#FCB8B7 (or 0xFCB8B7) is known color: Melon. HEX triplet: FC, B8 and B7. RGB value is (252,184,183). Sum of RGB (Red+Green+Blue) = 252+184+183=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8B7 is #034748. Grayscale: #CCCCCC. Windows color (decimal): -214857 or 12040444. OLE color: 12040444.
HSL color Cylindrical-coordinate representation of color #FCB8B7: hue angle of 0.87º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCB8B7 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 183 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.01 |
| HSL | 0.87º | 0.92% | 0.85% | - |
| HSV(B) | 0.87º | 0.27% | 0.99% | - |
| XYZ | 65.83 | 58.4 | 52.6 | - |
| YUV | 204.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 183 | 0 | 0.27 | 0.27 | 0.01 | 0.87 | 0.92 | 0.85 |
| Hex | FC | B8 | B7 | 0 | 1B | 1B | 1 | 1 | 5C | 55 |
| Octal | 374 | 270 | 267 | 0 | 33 | 33 | 1 | 1 | 134 | 125 |
| Binary | 11111100 | 10111000 | 10110111 | 0 | 11011 | 11011 | 1 | 1 | 1011100 | 1010101 |
Color Harmonies of #FCB8B7
Complementary color
Monochromatic Colors of #FCB8B7
Black with #FCB8B7
Text Example
Text Example
White with #FCB8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB8B7; }
p { color: rgb(252,184,183); }
H1.HeaderClassName
{
color: #FCB8B7;
}
.AnyTagClassName
{
color: #FCB8B7;
}
</style>
background-color css
<style>
a { background-color: #FCB8B7; }
a { background-color: rgb(252,184,183); }
div.DivClassName
{
background-color: #FCB8B7;
}
.BgClassName
{
background-color: #FCB8B7;
}
</style>
border-color css
<style>
span { border-color: #FCB8B7; }
span { border-color: rgb(252,184,183); }
td.TdClassName
{
border-color: #FCB8B7;
}
.TagClassName
{
border-color: #FCB8B7;
}
</style>