Shades of Cupid #F1ADBA
Tints of Cupid #F1ADBA
RGB
CMYK
RGB Variations
Color information
#F1ADBA (or 0xF1ADBA) is known color: Cupid. HEX triplet: F1, AD and BA. RGB value is (241,173,186). Sum of RGB (Red+Green+Blue) = 241+173+186=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADBA is #0E5245. Grayscale: #C2C2C2. Windows color (decimal): -938566 or 12234225. OLE color: 12234225.
HSL color Cylindrical-coordinate representation of color #F1ADBA: hue angle of 348.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADBA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 186 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.05 |
| HSL | 348.53º | 0.71% | 0.81% | - |
| HSV(B) | 348.53º | 0.28% | 0.95% | - |
| XYZ | 60.08 | 52.13 | 53.35 | - |
| YUV | 194.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 186 | 0 | 0.28 | 0.23 | 0.05 | 348.53 | 0.71 | 0.81 |
| Hex | F1 | AD | BA | 0 | 1C | 17 | 5 | 15D | 47 | 51 |
| Octal | 361 | 255 | 272 | 0 | 34 | 27 | 5 | 535 | 107 | 121 |
| Binary | 11110001 | 10101101 | 10111010 | 0 | 11100 | 10111 | 101 | 101011101 | 1000111 | 1010001 |
Color Harmonies of #F1ADBA
Complementary color
Monochromatic Colors of #F1ADBA
Black with #F1ADBA
Text Example
Text Example
White with #F1ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADBA; }
p { color: rgb(241,173,186); }
H1.HeaderClassName
{
color: #F1ADBA;
}
.AnyTagClassName
{
color: #F1ADBA;
}
</style>
background-color css
<style>
a { background-color: #F1ADBA; }
a { background-color: rgb(241,173,186); }
div.DivClassName
{
background-color: #F1ADBA;
}
.BgClassName
{
background-color: #F1ADBA;
}
</style>
border-color css
<style>
span { border-color: #F1ADBA; }
span { border-color: rgb(241,173,186); }
td.TdClassName
{
border-color: #F1ADBA;
}
.TagClassName
{
border-color: #F1ADBA;
}
</style>