Shades of Cupid #F9ADBD
Tints of Cupid #F9ADBD
RGB
CMYK
RGB Variations
Color information
#F9ADBD (or 0xF9ADBD) is known color: Cupid. HEX triplet: F9, AD and BD. RGB value is (249,173,189). Sum of RGB (Red+Green+Blue) = 249+173+189=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9ADBD is #065242. Grayscale: #C5C5C5. Windows color (decimal): -414275 or 12430841. OLE color: 12430841.
HSL color Cylindrical-coordinate representation of color #F9ADBD: hue angle of 347.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ADBD is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 189 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.02 |
| HSL | 347.37º | 0.86% | 0.83% | - |
| HSV(B) | 347.37º | 0.31% | 0.98% | - |
| XYZ | 63.2 | 53.7 | 55.18 | - |
| YUV | 197.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 189 | 0 | 0.31 | 0.24 | 0.02 | 347.37 | 0.86 | 0.83 |
| Hex | F9 | AD | BD | 0 | 1F | 18 | 2 | 15B | 56 | 53 |
| Octal | 371 | 255 | 275 | 0 | 37 | 30 | 2 | 533 | 126 | 123 |
| Binary | 11111001 | 10101101 | 10111101 | 0 | 11111 | 11000 | 10 | 101011011 | 1010110 | 1010011 |
Color Harmonies of #F9ADBD
Complementary color
Monochromatic Colors of #F9ADBD
Black with #F9ADBD
Text Example
Text Example
White with #F9ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ADBD; }
p { color: rgb(249,173,189); }
H1.HeaderClassName
{
color: #F9ADBD;
}
.AnyTagClassName
{
color: #F9ADBD;
}
</style>
background-color css
<style>
a { background-color: #F9ADBD; }
a { background-color: rgb(249,173,189); }
div.DivClassName
{
background-color: #F9ADBD;
}
.BgClassName
{
background-color: #F9ADBD;
}
</style>
border-color css
<style>
span { border-color: #F9ADBD; }
span { border-color: rgb(249,173,189); }
td.TdClassName
{
border-color: #F9ADBD;
}
.TagClassName
{
border-color: #F9ADBD;
}
</style>