Shades of Cupid #F8A8BD
Tints of Cupid #F8A8BD
RGB
CMYK
RGB Variations
Color information
#F8A8BD (or 0xF8A8BD) is known color: Cupid. HEX triplet: F8, A8 and BD. RGB value is (248,168,189). Sum of RGB (Red+Green+Blue) = 248+168+189=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A8BD is #075742. Grayscale: #C2C2C2. Windows color (decimal): -481091 or 12429560. OLE color: 12429560.
HSL color Cylindrical-coordinate representation of color #F8A8BD: hue angle of 344.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A8BD is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 189 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.03 |
| HSL | 344.25º | 0.85% | 0.82% | - |
| HSV(B) | 344.25º | 0.32% | 0.97% | - |
| XYZ | 61.9 | 51.64 | 54.85 | - |
| YUV | 194.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 189 | 0 | 0.32 | 0.24 | 0.03 | 344.25 | 0.85 | 0.82 |
| Hex | F8 | A8 | BD | 0 | 20 | 18 | 3 | 158 | 55 | 52 |
| Octal | 370 | 250 | 275 | 0 | 40 | 30 | 3 | 530 | 125 | 122 |
| Binary | 11111000 | 10101000 | 10111101 | 0 | 100000 | 11000 | 11 | 101011000 | 1010101 | 1010010 |
Color Harmonies of #F8A8BD
Complementary color
Monochromatic Colors of #F8A8BD
Black with #F8A8BD
Text Example
Text Example
White with #F8A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8BD; }
p { color: rgb(248,168,189); }
H1.HeaderClassName
{
color: #F8A8BD;
}
.AnyTagClassName
{
color: #F8A8BD;
}
</style>
background-color css
<style>
a { background-color: #F8A8BD; }
a { background-color: rgb(248,168,189); }
div.DivClassName
{
background-color: #F8A8BD;
}
.BgClassName
{
background-color: #F8A8BD;
}
</style>
border-color css
<style>
span { border-color: #F8A8BD; }
span { border-color: rgb(248,168,189); }
td.TdClassName
{
border-color: #F8A8BD;
}
.TagClassName
{
border-color: #F8A8BD;
}
</style>