Shades of Melon #FCB7B7
Tints of Melon #FCB7B7
RGB
CMYK
RGB Variations
Color information
#FCB7B7 (or 0xFCB7B7) is known color: Melon. HEX triplet: FC, B7 and B7. RGB value is (252,183,183). Sum of RGB (Red+Green+Blue) = 252+183+183=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 183 (71.88% from 255 or 29.61% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7B7 is #034848. Grayscale: #CBCBCB. Windows color (decimal): -215113 or 12040188. OLE color: 12040188.
HSL color Cylindrical-coordinate representation of color #FCB7B7: hue angle of 0º 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 #FCB7B7 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 183 | 183 | - |
CMYK | 0 | 0.27 | 0.27 | 0.01 |
HSL | 0º | 0.92% | 0.85% | - |
HSV(B) | 0º | 0.27% | 0.99% | - |
XYZ | 65.63 | 57.98 | 52.53 | - |
YUV | 203.63 | 116.36 | 162.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 183 | 183 | 0 | 0.27 | 0.27 | 0.01 | 0 | 0.92 | 0.85 |
Hex | FC | B7 | B7 | 0 | 1B | 1B | 1 | 0 | 5C | 55 |
Octal | 374 | 267 | 267 | 0 | 33 | 33 | 1 | 0 | 134 | 125 |
Binary | 11111100 | 10110111 | 10110111 | 0 | 11011 | 11011 | 1 | 0 | 1011100 | 1010101 |
Color Harmonies of #FCB7B7
Complementary color
Monochromatic Colors of #FCB7B7
Black with #FCB7B7
Text Example
Text Example
White with #FCB7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB7B7; }
p { color: rgb(252,183,183); }
H1.HeaderClassName
{
color: #FCB7B7;
}
.AnyTagClassName
{
color: #FCB7B7;
}
</style>
background-color css
<style>
a { background-color: #FCB7B7; }
a { background-color: rgb(252,183,183); }
div.DivClassName
{
background-color: #FCB7B7;
}
.BgClassName
{
background-color: #FCB7B7;
}
</style>
border-color css
<style>
span { border-color: #FCB7B7; }
span { border-color: rgb(252,183,183); }
td.TdClassName
{
border-color: #FCB7B7;
}
.TagClassName
{
border-color: #FCB7B7;
}
</style>