Shades of Cupid #F5B7C8
Tints of Cupid #F5B7C8
RGB
CMYK
RGB Variations
Color information
#F5B7C8 (or 0xF5B7C8) is known color: Cupid. HEX triplet: F5, B7 and C8. RGB value is (245,183,200). Sum of RGB (Red+Green+Blue) = 245+183+200=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7C8 is #0A4837. Grayscale: #CBCBCB. Windows color (decimal): -673848 or 13154293. OLE color: 13154293.
HSL color Cylindrical-coordinate representation of color #F5B7C8: hue angle of 343.55º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B7C8 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 183 | 200 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.04 |
| HSL | 343.55º | 0.76% | 0.84% | - |
| HSV(B) | 343.55º | 0.25% | 0.96% | - |
| XYZ | 65.02 | 57.45 | 62.31 | - |
| YUV | 203.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 183 | 200 | 0 | 0.25 | 0.18 | 0.04 | 343.55 | 0.76 | 0.84 |
| Hex | F5 | B7 | C8 | 0 | 19 | 12 | 4 | 158 | 4C | 54 |
| Octal | 365 | 267 | 310 | 0 | 31 | 22 | 4 | 530 | 114 | 124 |
| Binary | 11110101 | 10110111 | 11001000 | 0 | 11001 | 10010 | 100 | 101011000 | 1001100 | 1010100 |
Color Harmonies of #F5B7C8
Complementary color
Monochromatic Colors of #F5B7C8
Black with #F5B7C8
Text Example
Text Example
White with #F5B7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B7C8; }
p { color: rgb(245,183,200); }
H1.HeaderClassName
{
color: #F5B7C8;
}
.AnyTagClassName
{
color: #F5B7C8;
}
</style>
background-color css
<style>
a { background-color: #F5B7C8; }
a { background-color: rgb(245,183,200); }
div.DivClassName
{
background-color: #F5B7C8;
}
.BgClassName
{
background-color: #F5B7C8;
}
</style>
border-color css
<style>
span { border-color: #F5B7C8; }
span { border-color: rgb(245,183,200); }
td.TdClassName
{
border-color: #F5B7C8;
}
.TagClassName
{
border-color: #F5B7C8;
}
</style>