Shades of Cupid #F0ADBE
Tints of Cupid #F0ADBE
RGB
CMYK
RGB Variations
Color information
#F0ADBE (or 0xF0ADBE) is known color: Cupid. HEX triplet: F0, AD and BE. RGB value is (240,173,190). Sum of RGB (Red+Green+Blue) = 240+173+190=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ADBE is #0F5241. Grayscale: #C2C2C2. Windows color (decimal): -1004098 or 12496368. OLE color: 12496368.
HSL color Cylindrical-coordinate representation of color #F0ADBE: hue angle of 344.78º 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 #F0ADBE is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 190 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.06 |
| HSL | 344.78º | 0.69% | 0.81% | - |
| HSV(B) | 344.78º | 0.28% | 0.94% | - |
| XYZ | 60.17 | 52.13 | 55.61 | - |
| YUV | 194.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 190 | 0 | 0.28 | 0.21 | 0.06 | 344.78 | 0.69 | 0.81 |
| Hex | F0 | AD | BE | 0 | 1C | 15 | 6 | 159 | 45 | 51 |
| Octal | 360 | 255 | 276 | 0 | 34 | 25 | 6 | 531 | 105 | 121 |
| Binary | 11110000 | 10101101 | 10111110 | 0 | 11100 | 10101 | 110 | 101011001 | 1000101 | 1010001 |
Color Harmonies of #F0ADBE
Complementary color
Monochromatic Colors of #F0ADBE
Black with #F0ADBE
Text Example
Text Example
White with #F0ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ADBE; }
p { color: rgb(240,173,190); }
H1.HeaderClassName
{
color: #F0ADBE;
}
.AnyTagClassName
{
color: #F0ADBE;
}
</style>
background-color css
<style>
a { background-color: #F0ADBE; }
a { background-color: rgb(240,173,190); }
div.DivClassName
{
background-color: #F0ADBE;
}
.BgClassName
{
background-color: #F0ADBE;
}
</style>
border-color css
<style>
span { border-color: #F0ADBE; }
span { border-color: rgb(240,173,190); }
td.TdClassName
{
border-color: #F0ADBE;
}
.TagClassName
{
border-color: #F0ADBE;
}
</style>