Shades of Cupid #F2ABBC
Tints of Cupid #F2ABBC
RGB
CMYK
RGB Variations
Color information
#F2ABBC (or 0xF2ABBC) is known color: Cupid. HEX triplet: F2, AB and BC. RGB value is (242,171,188). Sum of RGB (Red+Green+Blue) = 242+171+188=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABBC is #0D5443. Grayscale: #C2C2C2. Windows color (decimal): -873540 or 12364786. OLE color: 12364786.
HSL color Cylindrical-coordinate representation of color #F2ABBC: hue angle of 345.63º 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 #F2ABBC is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 188 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.05 |
| HSL | 345.63º | 0.73% | 0.81% | - |
| HSV(B) | 345.63º | 0.29% | 0.95% | - |
| XYZ | 60.26 | 51.63 | 54.37 | - |
| YUV | 194.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 188 | 0 | 0.29 | 0.22 | 0.05 | 345.63 | 0.73 | 0.81 |
| Hex | F2 | AB | BC | 0 | 1D | 16 | 5 | 15A | 49 | 51 |
| Octal | 362 | 253 | 274 | 0 | 35 | 26 | 5 | 532 | 111 | 121 |
| Binary | 11110010 | 10101011 | 10111100 | 0 | 11101 | 10110 | 101 | 101011010 | 1001001 | 1010001 |
Color Harmonies of #F2ABBC
Complementary color
Monochromatic Colors of #F2ABBC
Black with #F2ABBC
Text Example
Text Example
White with #F2ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABBC; }
p { color: rgb(242,171,188); }
H1.HeaderClassName
{
color: #F2ABBC;
}
.AnyTagClassName
{
color: #F2ABBC;
}
</style>
background-color css
<style>
a { background-color: #F2ABBC; }
a { background-color: rgb(242,171,188); }
div.DivClassName
{
background-color: #F2ABBC;
}
.BgClassName
{
background-color: #F2ABBC;
}
</style>
border-color css
<style>
span { border-color: #F2ABBC; }
span { border-color: rgb(242,171,188); }
td.TdClassName
{
border-color: #F2ABBC;
}
.TagClassName
{
border-color: #F2ABBC;
}
</style>