Shades of Cupid #F2ADBE
Tints of Cupid #F2ADBE
RGB
CMYK
RGB Variations
Color information
#F2ADBE (or 0xF2ADBE) is known color: Cupid. HEX triplet: F2, AD and BE. RGB value is (242,173,190). Sum of RGB (Red+Green+Blue) = 242+173+190=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADBE is #0D5241. Grayscale: #C3C3C3. Windows color (decimal): -873026 or 12496370. OLE color: 12496370.
HSL color Cylindrical-coordinate representation of color #F2ADBE: hue angle of 345.22º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ADBE is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 190 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.05 |
| HSL | 345.22º | 0.73% | 0.81% | - |
| HSV(B) | 345.22º | 0.29% | 0.95% | - |
| XYZ | 60.86 | 52.48 | 55.64 | - |
| YUV | 195.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 190 | 0 | 0.29 | 0.21 | 0.05 | 345.22 | 0.73 | 0.81 |
| Hex | F2 | AD | BE | 0 | 1D | 15 | 5 | 159 | 49 | 51 |
| Octal | 362 | 255 | 276 | 0 | 35 | 25 | 5 | 531 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10111110 | 0 | 11101 | 10101 | 101 | 101011001 | 1001001 | 1010001 |
Color Harmonies of #F2ADBE
Complementary color
Monochromatic Colors of #F2ADBE
Black with #F2ADBE
Text Example
Text Example
White with #F2ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADBE; }
p { color: rgb(242,173,190); }
H1.HeaderClassName
{
color: #F2ADBE;
}
.AnyTagClassName
{
color: #F2ADBE;
}
</style>
background-color css
<style>
a { background-color: #F2ADBE; }
a { background-color: rgb(242,173,190); }
div.DivClassName
{
background-color: #F2ADBE;
}
.BgClassName
{
background-color: #F2ADBE;
}
</style>
border-color css
<style>
span { border-color: #F2ADBE; }
span { border-color: rgb(242,173,190); }
td.TdClassName
{
border-color: #F2ADBE;
}
.TagClassName
{
border-color: #F2ADBE;
}
</style>