Shades of Cupid #F1ADB8
Tints of Cupid #F1ADB8
RGB
CMYK
RGB Variations
Color information
#F1ADB8 (or 0xF1ADB8) is known color: Cupid. HEX triplet: F1, AD and B8. RGB value is (241,173,184). Sum of RGB (Red+Green+Blue) = 241+173+184=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 184 (72.27% from 255 or 30.77% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADB8 is #0E5247. Grayscale: #C2C2C2. Windows color (decimal): -938568 or 12103153. OLE color: 12103153.
HSL color Cylindrical-coordinate representation of color #F1ADB8: hue angle of 350.29º 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 #F1ADB8 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 173 | 184 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.05 |
| HSL | 350.29º | 0.71% | 0.81% | - |
| HSV(B) | 350.29º | 0.28% | 0.95% | - |
| XYZ | 59.87 | 52.05 | 52.24 | - |
| YUV | 194.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 173 | 184 | 0 | 0.28 | 0.24 | 0.05 | 350.29 | 0.71 | 0.81 |
| Hex | F1 | AD | B8 | 0 | 1C | 18 | 5 | 15E | 47 | 51 |
| Octal | 361 | 255 | 270 | 0 | 34 | 30 | 5 | 536 | 107 | 121 |
| Binary | 11110001 | 10101101 | 10111000 | 0 | 11100 | 11000 | 101 | 101011110 | 1000111 | 1010001 |
Color Harmonies of #F1ADB8
Complementary color
Monochromatic Colors of #F1ADB8
Black with #F1ADB8
Text Example
Text Example
White with #F1ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ADB8; }
p { color: rgb(241,173,184); }
H1.HeaderClassName
{
color: #F1ADB8;
}
.AnyTagClassName
{
color: #F1ADB8;
}
</style>
background-color css
<style>
a { background-color: #F1ADB8; }
a { background-color: rgb(241,173,184); }
div.DivClassName
{
background-color: #F1ADB8;
}
.BgClassName
{
background-color: #F1ADB8;
}
</style>
border-color css
<style>
span { border-color: #F1ADB8; }
span { border-color: rgb(241,173,184); }
td.TdClassName
{
border-color: #F1ADB8;
}
.TagClassName
{
border-color: #F1ADB8;
}
</style>