Shades of Melon #FCBDB5
Tints of Melon #FCBDB5
RGB
CMYK
RGB Variations
Color information
#FCBDB5 (or 0xFCBDB5) is known color: Melon. HEX triplet: FC, BD and B5. RGB value is (252,189,181). Sum of RGB (Red+Green+Blue) = 252+189+181=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDB5 is #03424A. Grayscale: #CFCFCF. Windows color (decimal): -213579 or 11910652. OLE color: 11910652.
HSL color Cylindrical-coordinate representation of color #FCBDB5: hue angle of 6.76º 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 #FCBDB5 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 181 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.01 |
| HSL | 6.76º | 0.92% | 0.85% | - |
| HSV(B) | 6.76º | 0.28% | 0.99% | - |
| XYZ | 66.68 | 60.43 | 51.87 | - |
| YUV | 206.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 181 | 0 | 0.25 | 0.28 | 0.01 | 6.76 | 0.92 | 0.85 |
| Hex | FC | BD | B5 | 0 | 19 | 1C | 1 | 7 | 5C | 55 |
| Octal | 374 | 275 | 265 | 0 | 31 | 34 | 1 | 7 | 134 | 125 |
| Binary | 11111100 | 10111101 | 10110101 | 0 | 11001 | 11100 | 1 | 111 | 1011100 | 1010101 |
Color Harmonies of #FCBDB5
Complementary color
Monochromatic Colors of #FCBDB5
Black with #FCBDB5
Text Example
Text Example
White with #FCBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBDB5; }
p { color: rgb(252,189,181); }
H1.HeaderClassName
{
color: #FCBDB5;
}
.AnyTagClassName
{
color: #FCBDB5;
}
</style>
background-color css
<style>
a { background-color: #FCBDB5; }
a { background-color: rgb(252,189,181); }
div.DivClassName
{
background-color: #FCBDB5;
}
.BgClassName
{
background-color: #FCBDB5;
}
</style>
border-color css
<style>
span { border-color: #FCBDB5; }
span { border-color: rgb(252,189,181); }
td.TdClassName
{
border-color: #FCBDB5;
}
.TagClassName
{
border-color: #FCBDB5;
}
</style>