Shades of Cupid #F0ADBB
Tints of Cupid #F0ADBB
RGB
CMYK
RGB Variations
Color information
#F0ADBB (or 0xF0ADBB) is known color: Cupid. HEX triplet: F0, AD and BB. RGB value is (240,173,187). Sum of RGB (Red+Green+Blue) = 240+173+187=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADBB is #0F5244. Grayscale: #C2C2C2. Windows color (decimal): -1004101 or 12299760. OLE color: 12299760.
HSL color Cylindrical-coordinate representation of color #F0ADBB: hue angle of 347.46º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ADBB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 187 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.06 |
| HSL | 347.46º | 0.69% | 0.81% | - |
| HSV(B) | 347.46º | 0.28% | 0.94% | - |
| XYZ | 59.85 | 52 | 53.9 | - |
| YUV | 194.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 187 | 0 | 0.28 | 0.22 | 0.06 | 347.46 | 0.69 | 0.81 |
| Hex | F0 | AD | BB | 0 | 1C | 16 | 6 | 15B | 45 | 51 |
| Octal | 360 | 255 | 273 | 0 | 34 | 26 | 6 | 533 | 105 | 121 |
| Binary | 11110000 | 10101101 | 10111011 | 0 | 11100 | 10110 | 110 | 101011011 | 1000101 | 1010001 |
Color Harmonies of #F0ADBB
Complementary color
Monochromatic Colors of #F0ADBB
Black with #F0ADBB
Text Example
Text Example
White with #F0ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADBB; }
p { color: rgb(240,173,187); }
H1.HeaderClassName
{
color: #F0ADBB;
}
.AnyTagClassName
{
color: #F0ADBB;
}
</style>
background-color css
<style>
a { background-color: #F0ADBB; }
a { background-color: rgb(240,173,187); }
div.DivClassName
{
background-color: #F0ADBB;
}
.BgClassName
{
background-color: #F0ADBB;
}
</style>
border-color css
<style>
span { border-color: #F0ADBB; }
span { border-color: rgb(240,173,187); }
td.TdClassName
{
border-color: #F0ADBB;
}
.TagClassName
{
border-color: #F0ADBB;
}
</style>