Shades of Melon #FCBDB4
Tints of Melon #FCBDB4
RGB
CMYK
RGB Variations
Color information
#FCBDB4 (or 0xFCBDB4) is known color: Melon. HEX triplet: FC, BD and B4. RGB value is (252,189,180). Sum of RGB (Red+Green+Blue) = 252+189+180=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB4 is #03424B. Grayscale: #CECECE. Windows color (decimal): -213580 or 11845116. OLE color: 11845116.
HSL color Cylindrical-coordinate representation of color #FCBDB4: hue angle of 7.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 #FCBDB4 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 180 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.01 |
| HSL | 7.5º | 0.92% | 0.85% | - |
| HSV(B) | 7.5º | 0.29% | 0.99% | - |
| XYZ | 66.58 | 60.39 | 51.33 | - |
| YUV | 206.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 180 | 0 | 0.25 | 0.29 | 0.01 | 7.5 | 0.92 | 0.85 |
| Hex | FC | BD | B4 | 0 | 19 | 1D | 1 | 8 | 5C | 55 |
| Octal | 374 | 275 | 264 | 0 | 31 | 35 | 1 | 10 | 134 | 125 |
| Binary | 11111100 | 10111101 | 10110100 | 0 | 11001 | 11101 | 1 | 1000 | 1011100 | 1010101 |
Color Harmonies of #FCBDB4
Complementary color
Monochromatic Colors of #FCBDB4
Black with #FCBDB4
Text Example
Text Example
White with #FCBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDB4; }
p { color: rgb(252,189,180); }
H1.HeaderClassName
{
color: #FCBDB4;
}
.AnyTagClassName
{
color: #FCBDB4;
}
</style>
background-color css
<style>
a { background-color: #FCBDB4; }
a { background-color: rgb(252,189,180); }
div.DivClassName
{
background-color: #FCBDB4;
}
.BgClassName
{
background-color: #FCBDB4;
}
</style>
border-color css
<style>
span { border-color: #FCBDB4; }
span { border-color: rgb(252,189,180); }
td.TdClassName
{
border-color: #FCBDB4;
}
.TagClassName
{
border-color: #FCBDB4;
}
</style>