Shades of Cupid #F2ADBB
Tints of Cupid #F2ADBB
RGB
CMYK
RGB Variations
Color information
#F2ADBB (or 0xF2ADBB) is known color: Cupid. HEX triplet: F2, AD and BB. RGB value is (242,173,187). Sum of RGB (Red+Green+Blue) = 242+173+187=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ADBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ADBB is #0D5244. Grayscale: #C3C3C3. Windows color (decimal): -873029 or 12299762. OLE color: 12299762.
HSL color Cylindrical-coordinate representation of color #F2ADBB: hue angle of 347.83º 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 #F2ADBB is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 187 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.05 |
| HSL | 347.83º | 0.73% | 0.81% | - |
| HSV(B) | 347.83º | 0.29% | 0.95% | - |
| XYZ | 60.53 | 52.35 | 53.93 | - |
| YUV | 195.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 187 | 0 | 0.29 | 0.23 | 0.05 | 347.83 | 0.73 | 0.81 |
| Hex | F2 | AD | BB | 0 | 1D | 17 | 5 | 15C | 49 | 51 |
| Octal | 362 | 255 | 273 | 0 | 35 | 27 | 5 | 534 | 111 | 121 |
| Binary | 11110010 | 10101101 | 10111011 | 0 | 11101 | 10111 | 101 | 101011100 | 1001001 | 1010001 |
Color Harmonies of #F2ADBB
Complementary color
Monochromatic Colors of #F2ADBB
Black with #F2ADBB
Text Example
Text Example
White with #F2ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ADBB; }
p { color: rgb(242,173,187); }
H1.HeaderClassName
{
color: #F2ADBB;
}
.AnyTagClassName
{
color: #F2ADBB;
}
</style>
background-color css
<style>
a { background-color: #F2ADBB; }
a { background-color: rgb(242,173,187); }
div.DivClassName
{
background-color: #F2ADBB;
}
.BgClassName
{
background-color: #F2ADBB;
}
</style>
border-color css
<style>
span { border-color: #F2ADBB; }
span { border-color: rgb(242,173,187); }
td.TdClassName
{
border-color: #F2ADBB;
}
.TagClassName
{
border-color: #F2ADBB;
}
</style>