Shades of Cupid #F8BACA
Tints of Cupid #F8BACA
RGB
CMYK
RGB Variations
Color information
#F8BACA (or 0xF8BACA) is known color: Cupid. HEX triplet: F8, BA and CA. RGB value is (248,186,202). Sum of RGB (Red+Green+Blue) = 248+186+202=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BACA is #074535. Grayscale: #CECECE. Windows color (decimal): -476470 or 13286136. OLE color: 13286136.
HSL color Cylindrical-coordinate representation of color #F8BACA: hue angle of 344.52º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BACA is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 202 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.03 |
| HSL | 344.52º | 0.82% | 0.85% | - |
| HSV(B) | 344.52º | 0.25% | 0.97% | - |
| XYZ | 66.93 | 59.34 | 63.8 | - |
| YUV | 206.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 202 | 0 | 0.25 | 0.19 | 0.03 | 344.52 | 0.82 | 0.85 |
| Hex | F8 | BA | CA | 0 | 19 | 13 | 3 | 159 | 52 | 55 |
| Octal | 370 | 272 | 312 | 0 | 31 | 23 | 3 | 531 | 122 | 125 |
| Binary | 11111000 | 10111010 | 11001010 | 0 | 11001 | 10011 | 11 | 101011001 | 1010010 | 1010101 |
Color Harmonies of #F8BACA
Complementary color
Monochromatic Colors of #F8BACA
Black with #F8BACA
Text Example
Text Example
White with #F8BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BACA; }
p { color: rgb(248,186,202); }
H1.HeaderClassName
{
color: #F8BACA;
}
.AnyTagClassName
{
color: #F8BACA;
}
</style>
background-color css
<style>
a { background-color: #F8BACA; }
a { background-color: rgb(248,186,202); }
div.DivClassName
{
background-color: #F8BACA;
}
.BgClassName
{
background-color: #F8BACA;
}
</style>
border-color css
<style>
span { border-color: #F8BACA; }
span { border-color: rgb(248,186,202); }
td.TdClassName
{
border-color: #F8BACA;
}
.TagClassName
{
border-color: #F8BACA;
}
</style>