Shades of Cupid #F2ADBA
Tints of Cupid #F2ADBA
RGB
CMYK
RGB Variations
Color information
#F2ADBA (or 0xF2ADBA) is known color: Cupid. HEX triplet: F2, AD and BA. RGB value is (242,173,186). Sum of RGB (Red+Green+Blue) = 242+173+186=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADBA is #0D5245. Grayscale: #C3C3C3. Windows color (decimal): -873030 or 12234226. OLE color: 12234226.
HSL color Cylindrical-coordinate representation of color #F2ADBA: hue angle of 348.7º 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 #F2ADBA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 186 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.05 |
| HSL | 348.7º | 0.73% | 0.81% | - |
| HSV(B) | 348.7º | 0.29% | 0.95% | - |
| XYZ | 60.42 | 52.31 | 53.37 | - |
| YUV | 195.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 186 | 0 | 0.29 | 0.23 | 0.05 | 348.7 | 0.73 | 0.81 |
| Hex | F2 | AD | BA | 0 | 1D | 17 | 5 | 15D | 49 | 51 |
| Octal | 362 | 255 | 272 | 0 | 35 | 27 | 5 | 535 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10111010 | 0 | 11101 | 10111 | 101 | 101011101 | 1001001 | 1010001 |
Color Harmonies of #F2ADBA
Complementary color
Monochromatic Colors of #F2ADBA
Black with #F2ADBA
Text Example
Text Example
White with #F2ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADBA; }
p { color: rgb(242,173,186); }
H1.HeaderClassName
{
color: #F2ADBA;
}
.AnyTagClassName
{
color: #F2ADBA;
}
</style>
background-color css
<style>
a { background-color: #F2ADBA; }
a { background-color: rgb(242,173,186); }
div.DivClassName
{
background-color: #F2ADBA;
}
.BgClassName
{
background-color: #F2ADBA;
}
</style>
border-color css
<style>
span { border-color: #F2ADBA; }
span { border-color: rgb(242,173,186); }
td.TdClassName
{
border-color: #F2ADBA;
}
.TagClassName
{
border-color: #F2ADBA;
}
</style>