Shades of Cupid #F1ADBE
Tints of Cupid #F1ADBE
RGB
CMYK
RGB Variations
Color information
#F1ADBE (or 0xF1ADBE) is known color: Cupid. HEX triplet: F1, AD and BE. RGB value is (241,173,190). Sum of RGB (Red+Green+Blue) = 241+173+190=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADBE is #0E5241. Grayscale: #C3C3C3. Windows color (decimal): -938562 or 12496369. OLE color: 12496369.
HSL color Cylindrical-coordinate representation of color #F1ADBE: hue angle of 345º 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 #F1ADBE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 190 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.05 |
| HSL | 345º | 0.71% | 0.81% | - |
| HSV(B) | 345º | 0.28% | 0.95% | - |
| XYZ | 60.51 | 52.31 | 55.62 | - |
| YUV | 195.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 190 | 0 | 0.28 | 0.21 | 0.05 | 345 | 0.71 | 0.81 |
| Hex | F1 | AD | BE | 0 | 1C | 15 | 5 | 159 | 47 | 51 |
| Octal | 361 | 255 | 276 | 0 | 34 | 25 | 5 | 531 | 107 | 121 |
| Binary | 11110001 | 10101101 | 10111110 | 0 | 11100 | 10101 | 101 | 101011001 | 1000111 | 1010001 |
Color Harmonies of #F1ADBE
Complementary color
Monochromatic Colors of #F1ADBE
Black with #F1ADBE
Text Example
Text Example
White with #F1ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADBE; }
p { color: rgb(241,173,190); }
H1.HeaderClassName
{
color: #F1ADBE;
}
.AnyTagClassName
{
color: #F1ADBE;
}
</style>
background-color css
<style>
a { background-color: #F1ADBE; }
a { background-color: rgb(241,173,190); }
div.DivClassName
{
background-color: #F1ADBE;
}
.BgClassName
{
background-color: #F1ADBE;
}
</style>
border-color css
<style>
span { border-color: #F1ADBE; }
span { border-color: rgb(241,173,190); }
td.TdClassName
{
border-color: #F1ADBE;
}
.TagClassName
{
border-color: #F1ADBE;
}
</style>