Shades of Cupid #F8A5BD
Tints of Cupid #F8A5BD
RGB
CMYK
RGB Variations
Color information
#F8A5BD (or 0xF8A5BD) is known color: Cupid. HEX triplet: F8, A5 and BD. RGB value is (248,165,189). Sum of RGB (Red+Green+Blue) = 248+165+189=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A5BD is #075A42. Grayscale: #C0C0C0. Windows color (decimal): -481859 or 12428792. OLE color: 12428792.
HSL color Cylindrical-coordinate representation of color #F8A5BD: hue angle of 342.65º degrees, saturation: 0.86, 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 #F8A5BD is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 189 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.03 |
| HSL | 342.65º | 0.86% | 0.81% | - |
| HSV(B) | 342.65º | 0.33% | 0.97% | - |
| XYZ | 61.35 | 50.54 | 54.67 | - |
| YUV | 192.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 189 | 0 | 0.33 | 0.24 | 0.03 | 342.65 | 0.86 | 0.81 |
| Hex | F8 | A5 | BD | 0 | 21 | 18 | 3 | 157 | 56 | 51 |
| Octal | 370 | 245 | 275 | 0 | 41 | 30 | 3 | 527 | 126 | 121 |
| Binary | 11111000 | 10100101 | 10111101 | 0 | 100001 | 11000 | 11 | 101010111 | 1010110 | 1010001 |
Color Harmonies of #F8A5BD
Complementary color
Monochromatic Colors of #F8A5BD
Black with #F8A5BD
Text Example
Text Example
White with #F8A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A5BD; }
p { color: rgb(248,165,189); }
H1.HeaderClassName
{
color: #F8A5BD;
}
.AnyTagClassName
{
color: #F8A5BD;
}
</style>
background-color css
<style>
a { background-color: #F8A5BD; }
a { background-color: rgb(248,165,189); }
div.DivClassName
{
background-color: #F8A5BD;
}
.BgClassName
{
background-color: #F8A5BD;
}
</style>
border-color css
<style>
span { border-color: #F8A5BD; }
span { border-color: rgb(248,165,189); }
td.TdClassName
{
border-color: #F8A5BD;
}
.TagClassName
{
border-color: #F8A5BD;
}
</style>