Shades of Cupid #F2ABBF
Tints of Cupid #F2ABBF
RGB
CMYK
RGB Variations
Color information
#F2ABBF (or 0xF2ABBF) is known color: Cupid. HEX triplet: F2, AB and BF. RGB value is (242,171,191). Sum of RGB (Red+Green+Blue) = 242+171+191=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABBF is #0D5440. Grayscale: #C2C2C2. Windows color (decimal): -873537 or 12561394. OLE color: 12561394.
HSL color Cylindrical-coordinate representation of color #F2ABBF: hue angle of 343.1º 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 #F2ABBF is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 191 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.05 |
| HSL | 343.1º | 0.73% | 0.81% | - |
| HSV(B) | 343.1º | 0.29% | 0.95% | - |
| XYZ | 60.58 | 51.76 | 56.09 | - |
| YUV | 194.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 191 | 0 | 0.29 | 0.21 | 0.05 | 343.1 | 0.73 | 0.81 |
| Hex | F2 | AB | BF | 0 | 1D | 15 | 5 | 157 | 49 | 51 |
| Octal | 362 | 253 | 277 | 0 | 35 | 25 | 5 | 527 | 111 | 121 |
| Binary | 11110010 | 10101011 | 10111111 | 0 | 11101 | 10101 | 101 | 101010111 | 1001001 | 1010001 |
Color Harmonies of #F2ABBF
Complementary color
Monochromatic Colors of #F2ABBF
Black with #F2ABBF
Text Example
Text Example
White with #F2ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ABBF; }
p { color: rgb(242,171,191); }
H1.HeaderClassName
{
color: #F2ABBF;
}
.AnyTagClassName
{
color: #F2ABBF;
}
</style>
background-color css
<style>
a { background-color: #F2ABBF; }
a { background-color: rgb(242,171,191); }
div.DivClassName
{
background-color: #F2ABBF;
}
.BgClassName
{
background-color: #F2ABBF;
}
</style>
border-color css
<style>
span { border-color: #F2ABBF; }
span { border-color: rgb(242,171,191); }
td.TdClassName
{
border-color: #F2ABBF;
}
.TagClassName
{
border-color: #F2ABBF;
}
</style>