Shades of Cupid #F3B0BC
Tints of Cupid #F3B0BC
RGB
CMYK
RGB Variations
Color information
#F3B0BC (or 0xF3B0BC) is known color: Cupid. HEX triplet: F3, B0 and BC. RGB value is (243,176,188). Sum of RGB (Red+Green+Blue) = 243+176+188=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0BC is #0C4F43. Grayscale: #C5C5C5. Windows color (decimal): -806724 or 12366067. OLE color: 12366067.
HSL color Cylindrical-coordinate representation of color #F3B0BC: hue angle of 349.25º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3B0BC is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 188 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.05 |
| HSL | 349.25º | 0.74% | 0.82% | - |
| HSV(B) | 349.25º | 0.28% | 0.95% | - |
| XYZ | 61.56 | 53.74 | 54.7 | - |
| YUV | 197.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 188 | 0 | 0.28 | 0.23 | 0.05 | 349.25 | 0.74 | 0.82 |
| Hex | F3 | B0 | BC | 0 | 1C | 17 | 5 | 15D | 4A | 52 |
| Octal | 363 | 260 | 274 | 0 | 34 | 27 | 5 | 535 | 112 | 122 |
| Binary | 11110011 | 10110000 | 10111100 | 0 | 11100 | 10111 | 101 | 101011101 | 1001010 | 1010010 |
Color Harmonies of #F3B0BC
Complementary color
Monochromatic Colors of #F3B0BC
Black with #F3B0BC
Text Example
Text Example
White with #F3B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0BC; }
p { color: rgb(243,176,188); }
H1.HeaderClassName
{
color: #F3B0BC;
}
.AnyTagClassName
{
color: #F3B0BC;
}
</style>
background-color css
<style>
a { background-color: #F3B0BC; }
a { background-color: rgb(243,176,188); }
div.DivClassName
{
background-color: #F3B0BC;
}
.BgClassName
{
background-color: #F3B0BC;
}
</style>
border-color css
<style>
span { border-color: #F3B0BC; }
span { border-color: rgb(243,176,188); }
td.TdClassName
{
border-color: #F3B0BC;
}
.TagClassName
{
border-color: #F3B0BC;
}
</style>