Shades of Cupid #F5B0CA
Tints of Cupid #F5B0CA
RGB
CMYK
RGB Variations
Color information
#F5B0CA (or 0xF5B0CA) is known color: Cupid. HEX triplet: F5, B0 and CA. RGB value is (245,176,202). Sum of RGB (Red+Green+Blue) = 245+176+202=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B0CA is #0A4F35. Grayscale: #C7C7C7. Windows color (decimal): -675638 or 13283573. OLE color: 13283573.
HSL color Cylindrical-coordinate representation of color #F5B0CA: hue angle of 337.39º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B0CA is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 176 | 202 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.04 |
| HSL | 337.39º | 0.78% | 0.83% | - |
| HSV(B) | 337.39º | 0.28% | 0.96% | - |
| XYZ | 63.84 | 54.73 | 63.08 | - |
| YUV | 199.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 176 | 202 | 0 | 0.28 | 0.18 | 0.04 | 337.39 | 0.78 | 0.83 |
| Hex | F5 | B0 | CA | 0 | 1C | 12 | 4 | 151 | 4E | 53 |
| Octal | 365 | 260 | 312 | 0 | 34 | 22 | 4 | 521 | 116 | 123 |
| Binary | 11110101 | 10110000 | 11001010 | 0 | 11100 | 10010 | 100 | 101010001 | 1001110 | 1010011 |
Color Harmonies of #F5B0CA
Complementary color
Monochromatic Colors of #F5B0CA
Black with #F5B0CA
Text Example
Text Example
White with #F5B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B0CA; }
p { color: rgb(245,176,202); }
H1.HeaderClassName
{
color: #F5B0CA;
}
.AnyTagClassName
{
color: #F5B0CA;
}
</style>
background-color css
<style>
a { background-color: #F5B0CA; }
a { background-color: rgb(245,176,202); }
div.DivClassName
{
background-color: #F5B0CA;
}
.BgClassName
{
background-color: #F5B0CA;
}
</style>
border-color css
<style>
span { border-color: #F5B0CA; }
span { border-color: rgb(245,176,202); }
td.TdClassName
{
border-color: #F5B0CA;
}
.TagClassName
{
border-color: #F5B0CA;
}
</style>