Shades of Cupid #F5B4CA
Tints of Cupid #F5B4CA
RGB
CMYK
RGB Variations
Color information
#F5B4CA (or 0xF5B4CA) is known color: Cupid. HEX triplet: F5, B4 and CA. RGB value is (245,180,202). Sum of RGB (Red+Green+Blue) = 245+180+202=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B4CA is #0A4B35. Grayscale: #C9C9C9. Windows color (decimal): -674614 or 13284597. OLE color: 13284597.
HSL color Cylindrical-coordinate representation of color #F5B4CA: hue angle of 339.69º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B4CA is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 202 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.04 |
| HSL | 339.69º | 0.76% | 0.83% | - |
| HSV(B) | 339.69º | 0.27% | 0.96% | - |
| XYZ | 64.64 | 56.32 | 63.34 | - |
| YUV | 201.94 | 128.03 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 202 | 0 | 0.27 | 0.18 | 0.04 | 339.69 | 0.76 | 0.83 |
| Hex | F5 | B4 | CA | 0 | 1B | 12 | 4 | 154 | 4C | 53 |
| Octal | 365 | 264 | 312 | 0 | 33 | 22 | 4 | 524 | 114 | 123 |
| Binary | 11110101 | 10110100 | 11001010 | 0 | 11011 | 10010 | 100 | 101010100 | 1001100 | 1010011 |
Color Harmonies of #F5B4CA
Complementary color
Monochromatic Colors of #F5B4CA
Black with #F5B4CA
Text Example
Text Example
White with #F5B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B4CA; }
p { color: rgb(245,180,202); }
H1.HeaderClassName
{
color: #F5B4CA;
}
.AnyTagClassName
{
color: #F5B4CA;
}
</style>
background-color css
<style>
a { background-color: #F5B4CA; }
a { background-color: rgb(245,180,202); }
div.DivClassName
{
background-color: #F5B4CA;
}
.BgClassName
{
background-color: #F5B4CA;
}
</style>
border-color css
<style>
span { border-color: #F5B4CA; }
span { border-color: rgb(245,180,202); }
td.TdClassName
{
border-color: #F5B4CA;
}
.TagClassName
{
border-color: #F5B4CA;
}
</style>