Shades of Cupid #F3ABBB
Tints of Cupid #F3ABBB
RGB
CMYK
RGB Variations
Color information
#F3ABBB (or 0xF3ABBB) is known color: Cupid. HEX triplet: F3, AB and BB. RGB value is (243,171,187). Sum of RGB (Red+Green+Blue) = 243+171+187=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABBB is #0C5444. Grayscale: #C2C2C2. Windows color (decimal): -808005 or 12299251. OLE color: 12299251.
HSL color Cylindrical-coordinate representation of color #F3ABBB: hue angle of 346.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ABBB is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 187 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 346.67º | 0.75% | 0.81% | - |
| HSV(B) | 346.67º | 0.3% | 0.95% | - |
| XYZ | 60.49 | 51.77 | 53.82 | - |
| YUV | 194.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 187 | 0 | 0.30 | 0.23 | 0.05 | 346.67 | 0.75 | 0.81 |
| Hex | F3 | AB | BB | 0 | 1E | 17 | 5 | 15B | 4B | 51 |
| Octal | 363 | 253 | 273 | 0 | 36 | 27 | 5 | 533 | 113 | 121 |
| Binary | 11110011 | 10101011 | 10111011 | 0 | 11110 | 10111 | 101 | 101011011 | 1001011 | 1010001 |
Color Harmonies of #F3ABBB
Complementary color
Monochromatic Colors of #F3ABBB
Black with #F3ABBB
Text Example
Text Example
White with #F3ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABBB; }
p { color: rgb(243,171,187); }
H1.HeaderClassName
{
color: #F3ABBB;
}
.AnyTagClassName
{
color: #F3ABBB;
}
</style>
background-color css
<style>
a { background-color: #F3ABBB; }
a { background-color: rgb(243,171,187); }
div.DivClassName
{
background-color: #F3ABBB;
}
.BgClassName
{
background-color: #F3ABBB;
}
</style>
border-color css
<style>
span { border-color: #F3ABBB; }
span { border-color: rgb(243,171,187); }
td.TdClassName
{
border-color: #F3ABBB;
}
.TagClassName
{
border-color: #F3ABBB;
}
</style>