Shades of Melon #FCBBB5
Tints of Melon #FCBBB5
RGB
CMYK
RGB Variations
Color information
#FCBBB5 (or 0xFCBBB5) is known color: Melon. HEX triplet: FC, BB and B5. RGB value is (252,187,181). Sum of RGB (Red+Green+Blue) = 252+187+181=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 181 (71.09% from 255 or 29.19% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBBB5 is #03444A. Grayscale: #CDCDCD. Windows color (decimal): -214091 or 11910140. OLE color: 11910140.
HSL color Cylindrical-coordinate representation of color #FCBBB5: hue angle of 5.07º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FCBBB5 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 181 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.01 |
| HSL | 5.07º | 0.92% | 0.85% | - |
| HSV(B) | 5.07º | 0.28% | 0.99% | - |
| XYZ | 66.26 | 59.57 | 51.72 | - |
| YUV | 205.75 | 114.03 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 181 | 0 | 0.26 | 0.28 | 0.01 | 5.07 | 0.92 | 0.85 |
| Hex | FC | BB | B5 | 0 | 1A | 1C | 1 | 5 | 5C | 55 |
| Octal | 374 | 273 | 265 | 0 | 32 | 34 | 1 | 5 | 134 | 125 |
| Binary | 11111100 | 10111011 | 10110101 | 0 | 11010 | 11100 | 1 | 101 | 1011100 | 1010101 |
Color Harmonies of #FCBBB5
Complementary color
Monochromatic Colors of #FCBBB5
Black with #FCBBB5
Text Example
Text Example
White with #FCBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBBB5; }
p { color: rgb(252,187,181); }
H1.HeaderClassName
{
color: #FCBBB5;
}
.AnyTagClassName
{
color: #FCBBB5;
}
</style>
background-color css
<style>
a { background-color: #FCBBB5; }
a { background-color: rgb(252,187,181); }
div.DivClassName
{
background-color: #FCBBB5;
}
.BgClassName
{
background-color: #FCBBB5;
}
</style>
border-color css
<style>
span { border-color: #FCBBB5; }
span { border-color: rgb(252,187,181); }
td.TdClassName
{
border-color: #FCBBB5;
}
.TagClassName
{
border-color: #FCBBB5;
}
</style>