Shades of Cupid #F5B8C7
Tints of Cupid #F5B8C7
RGB
CMYK
RGB Variations
Color information
#F5B8C7 (or 0xF5B8C7) is known color: Cupid. HEX triplet: F5, B8 and C7. RGB value is (245,184,199). Sum of RGB (Red+Green+Blue) = 245+184+199=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B8C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B8C7 is #0A4738. Grayscale: #CBCBCB. Windows color (decimal): -673593 or 13089013. OLE color: 13089013.
HSL color Cylindrical-coordinate representation of color #F5B8C7: hue angle of 345.25º degrees, saturation: 0.75, 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 #F5B8C7 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 184 | 199 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.04 |
| HSL | 345.25º | 0.75% | 0.84% | - |
| HSV(B) | 345.25º | 0.25% | 0.96% | - |
| XYZ | 65.11 | 57.82 | 61.76 | - |
| YUV | 203.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 199 | 0 | 0.25 | 0.19 | 0.04 | 345.25 | 0.75 | 0.84 |
| Hex | F5 | B8 | C7 | 0 | 19 | 13 | 4 | 159 | 4B | 54 |
| Octal | 365 | 270 | 307 | 0 | 31 | 23 | 4 | 531 | 113 | 124 |
| Binary | 11110101 | 10111000 | 11000111 | 0 | 11001 | 10011 | 100 | 101011001 | 1001011 | 1010100 |
Color Harmonies of #F5B8C7
Complementary color
Monochromatic Colors of #F5B8C7
Black with #F5B8C7
Text Example
Text Example
White with #F5B8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B8C7; }
p { color: rgb(245,184,199); }
H1.HeaderClassName
{
color: #F5B8C7;
}
.AnyTagClassName
{
color: #F5B8C7;
}
</style>
background-color css
<style>
a { background-color: #F5B8C7; }
a { background-color: rgb(245,184,199); }
div.DivClassName
{
background-color: #F5B8C7;
}
.BgClassName
{
background-color: #F5B8C7;
}
</style>
border-color css
<style>
span { border-color: #F5B8C7; }
span { border-color: rgb(245,184,199); }
td.TdClassName
{
border-color: #F5B8C7;
}
.TagClassName
{
border-color: #F5B8C7;
}
</style>