Shades of Melon #FCB7B3
Tints of Melon #FCB7B3
RGB
CMYK
RGB Variations
Color information
#FCB7B3 (or 0xFCB7B3) is known color: Melon. HEX triplet: FC, B7 and B3. RGB value is (252,183,179). Sum of RGB (Red+Green+Blue) = 252+183+179=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 183 (71.88% from 255 or 29.80% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7B3 is #03484C. Grayscale: #CBCBCB. Windows color (decimal): -215117 or 11778044. OLE color: 11778044.
HSL color Cylindrical-coordinate representation of color #FCB7B3: hue angle of 3.29º 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 #FCB7B3 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 179 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.01 |
| HSL | 3.29º | 0.92% | 0.85% | - |
| HSV(B) | 3.29º | 0.29% | 0.99% | - |
| XYZ | 65.22 | 57.82 | 50.37 | - |
| YUV | 203.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 179 | 0 | 0.27 | 0.29 | 0.01 | 3.29 | 0.92 | 0.85 |
| Hex | FC | B7 | B3 | 0 | 1B | 1D | 1 | 3 | 5C | 55 |
| Octal | 374 | 267 | 263 | 0 | 33 | 35 | 1 | 3 | 134 | 125 |
| Binary | 11111100 | 10110111 | 10110011 | 0 | 11011 | 11101 | 1 | 11 | 1011100 | 1010101 |
Color Harmonies of #FCB7B3
Complementary color
Monochromatic Colors of #FCB7B3
Black with #FCB7B3
Text Example
Text Example
White with #FCB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7B3; }
p { color: rgb(252,183,179); }
H1.HeaderClassName
{
color: #FCB7B3;
}
.AnyTagClassName
{
color: #FCB7B3;
}
</style>
background-color css
<style>
a { background-color: #FCB7B3; }
a { background-color: rgb(252,183,179); }
div.DivClassName
{
background-color: #FCB7B3;
}
.BgClassName
{
background-color: #FCB7B3;
}
</style>
border-color css
<style>
span { border-color: #FCB7B3; }
span { border-color: rgb(252,183,179); }
td.TdClassName
{
border-color: #FCB7B3;
}
.TagClassName
{
border-color: #FCB7B3;
}
</style>