Shades of Cupid #F8A6BD
Tints of Cupid #F8A6BD
RGB
CMYK
RGB Variations
Color information
#F8A6BD (or 0xF8A6BD) is known color: Cupid. HEX triplet: F8, A6 and BD. RGB value is (248,166,189). Sum of RGB (Red+Green+Blue) = 248+166+189=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6BD is #075942. Grayscale: #C1C1C1. Windows color (decimal): -481603 or 12429048. OLE color: 12429048.
HSL color Cylindrical-coordinate representation of color #F8A6BD: hue angle of 343.17º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6BD is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 189 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.03 |
| HSL | 343.17º | 0.85% | 0.81% | - |
| HSV(B) | 343.17º | 0.33% | 0.97% | - |
| XYZ | 61.53 | 50.9 | 54.73 | - |
| YUV | 193.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 189 | 0 | 0.33 | 0.24 | 0.03 | 343.17 | 0.85 | 0.81 |
| Hex | F8 | A6 | BD | 0 | 21 | 18 | 3 | 157 | 55 | 51 |
| Octal | 370 | 246 | 275 | 0 | 41 | 30 | 3 | 527 | 125 | 121 |
| Binary | 11111000 | 10100110 | 10111101 | 0 | 100001 | 11000 | 11 | 101010111 | 1010101 | 1010001 |
Color Harmonies of #F8A6BD
Complementary color
Monochromatic Colors of #F8A6BD
Black with #F8A6BD
Text Example
Text Example
White with #F8A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6BD; }
p { color: rgb(248,166,189); }
H1.HeaderClassName
{
color: #F8A6BD;
}
.AnyTagClassName
{
color: #F8A6BD;
}
</style>
background-color css
<style>
a { background-color: #F8A6BD; }
a { background-color: rgb(248,166,189); }
div.DivClassName
{
background-color: #F8A6BD;
}
.BgClassName
{
background-color: #F8A6BD;
}
</style>
border-color css
<style>
span { border-color: #F8A6BD; }
span { border-color: rgb(248,166,189); }
td.TdClassName
{
border-color: #F8A6BD;
}
.TagClassName
{
border-color: #F8A6BD;
}
</style>