Shades of Melon #FCB4A5
Tints of Melon #FCB4A5
RGB
CMYK
RGB Variations
Color information
#FCB4A5 (or 0xFCB4A5) is known color: Melon. HEX triplet: FC, B4 and A5. RGB value is (252,180,165). Sum of RGB (Red+Green+Blue) = 252+180+165=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB4A5 is #034B5A. Grayscale: #C7C7C7. Windows color (decimal): -215899 or 10859772. OLE color: 10859772.
HSL color Cylindrical-coordinate representation of color #FCB4A5: hue angle of 10.34º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCB4A5 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 165 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.01 |
| HSL | 10.34º | 0.94% | 0.82% | - |
| HSV(B) | 10.34º | 0.35% | 0.99% | - |
| XYZ | 63.26 | 56.05 | 43.08 | - |
| YUV | 199.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 165 | 0 | 0.29 | 0.35 | 0.01 | 10.34 | 0.94 | 0.82 |
| Hex | FC | B4 | A5 | 0 | 1D | 23 | 1 | A | 5E | 52 |
| Octal | 374 | 264 | 245 | 0 | 35 | 43 | 1 | 12 | 136 | 122 |
| Binary | 11111100 | 10110100 | 10100101 | 0 | 11101 | 100011 | 1 | 1010 | 1011110 | 1010010 |
Color Harmonies of #FCB4A5
Complementary color
Monochromatic Colors of #FCB4A5
Black with #FCB4A5
Text Example
Text Example
White with #FCB4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4A5; }
p { color: rgb(252,180,165); }
H1.HeaderClassName
{
color: #FCB4A5;
}
.AnyTagClassName
{
color: #FCB4A5;
}
</style>
background-color css
<style>
a { background-color: #FCB4A5; }
a { background-color: rgb(252,180,165); }
div.DivClassName
{
background-color: #FCB4A5;
}
.BgClassName
{
background-color: #FCB4A5;
}
</style>
border-color css
<style>
span { border-color: #FCB4A5; }
span { border-color: rgb(252,180,165); }
td.TdClassName
{
border-color: #FCB4A5;
}
.TagClassName
{
border-color: #FCB4A5;
}
</style>