Shades of Cupid #F3B1BC
Tints of Cupid #F3B1BC
RGB
CMYK
RGB Variations
Color information
#F3B1BC (or 0xF3B1BC) is known color: Cupid. HEX triplet: F3, B1 and BC. RGB value is (243,177,188). Sum of RGB (Red+Green+Blue) = 243+177+188=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B1BC is #0C4E43. Grayscale: #C6C6C6. Windows color (decimal): -806468 or 12366323. OLE color: 12366323.
HSL color Cylindrical-coordinate representation of color #F3B1BC: hue angle of 350º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3B1BC is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 188 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.05 |
| HSL | 350º | 0.73% | 0.82% | - |
| HSV(B) | 350º | 0.27% | 0.95% | - |
| XYZ | 61.76 | 54.13 | 54.77 | - |
| YUV | 197.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 188 | 0 | 0.27 | 0.23 | 0.05 | 350 | 0.73 | 0.82 |
| Hex | F3 | B1 | BC | 0 | 1B | 17 | 5 | 15E | 49 | 52 |
| Octal | 363 | 261 | 274 | 0 | 33 | 27 | 5 | 536 | 111 | 122 |
| Binary | 11110011 | 10110001 | 10111100 | 0 | 11011 | 10111 | 101 | 101011110 | 1001001 | 1010010 |
Color Harmonies of #F3B1BC
Complementary color
Monochromatic Colors of #F3B1BC
Black with #F3B1BC
Text Example
Text Example
White with #F3B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B1BC; }
p { color: rgb(243,177,188); }
H1.HeaderClassName
{
color: #F3B1BC;
}
.AnyTagClassName
{
color: #F3B1BC;
}
</style>
background-color css
<style>
a { background-color: #F3B1BC; }
a { background-color: rgb(243,177,188); }
div.DivClassName
{
background-color: #F3B1BC;
}
.BgClassName
{
background-color: #F3B1BC;
}
</style>
border-color css
<style>
span { border-color: #F3B1BC; }
span { border-color: rgb(243,177,188); }
td.TdClassName
{
border-color: #F3B1BC;
}
.TagClassName
{
border-color: #F3B1BC;
}
</style>