Shades of Cupid #F3ABBC
Tints of Cupid #F3ABBC
RGB
CMYK
RGB Variations
Color information
#F3ABBC (or 0xF3ABBC) is known color: Cupid. HEX triplet: F3, AB and BC. RGB value is (243,171,188). Sum of RGB (Red+Green+Blue) = 243+171+188=602 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.37% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABBC is #0C5443. Grayscale: #C2C2C2. Windows color (decimal): -808004 or 12364787. OLE color: 12364787.
HSL color Cylindrical-coordinate representation of color #F3ABBC: hue angle of 345.83º 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 #F3ABBC is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 171 | 188 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.05 |
| HSL | 345.83º | 0.75% | 0.81% | - |
| HSV(B) | 345.83º | 0.3% | 0.95% | - |
| XYZ | 60.6 | 51.81 | 54.38 | - |
| YUV | 194.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 171 | 188 | 0 | 0.30 | 0.23 | 0.05 | 345.83 | 0.75 | 0.81 |
| Hex | F3 | AB | BC | 0 | 1E | 17 | 5 | 15A | 4B | 51 |
| Octal | 363 | 253 | 274 | 0 | 36 | 27 | 5 | 532 | 113 | 121 |
| Binary | 11110011 | 10101011 | 10111100 | 0 | 11110 | 10111 | 101 | 101011010 | 1001011 | 1010001 |
Color Harmonies of #F3ABBC
Complementary color
Monochromatic Colors of #F3ABBC
Black with #F3ABBC
Text Example
Text Example
White with #F3ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ABBC; }
p { color: rgb(243,171,188); }
H1.HeaderClassName
{
color: #F3ABBC;
}
.AnyTagClassName
{
color: #F3ABBC;
}
</style>
background-color css
<style>
a { background-color: #F3ABBC; }
a { background-color: rgb(243,171,188); }
div.DivClassName
{
background-color: #F3ABBC;
}
.BgClassName
{
background-color: #F3ABBC;
}
</style>
border-color css
<style>
span { border-color: #F3ABBC; }
span { border-color: rgb(243,171,188); }
td.TdClassName
{
border-color: #F3ABBC;
}
.TagClassName
{
border-color: #F3ABBC;
}
</style>