Shades of Cupid #F3B0BE
Tints of Cupid #F3B0BE
RGB
CMYK
RGB Variations
Color information
#F3B0BE (or 0xF3B0BE) is known color: Cupid. HEX triplet: F3, B0 and BE. RGB value is (243,176,190). Sum of RGB (Red+Green+Blue) = 243+176+190=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3B0BE is #0C4F41. Grayscale: #C5C5C5. Windows color (decimal): -806722 or 12497139. OLE color: 12497139.
HSL color Cylindrical-coordinate representation of color #F3B0BE: hue angle of 347.46º 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 #F3B0BE is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 190 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.05 |
| HSL | 347.46º | 0.74% | 0.82% | - |
| HSV(B) | 347.46º | 0.28% | 0.95% | - |
| XYZ | 61.78 | 53.82 | 55.85 | - |
| YUV | 197.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 190 | 0 | 0.28 | 0.22 | 0.05 | 347.46 | 0.74 | 0.82 |
| Hex | F3 | B0 | BE | 0 | 1C | 16 | 5 | 15B | 4A | 52 |
| Octal | 363 | 260 | 276 | 0 | 34 | 26 | 5 | 533 | 112 | 122 |
| Binary | 11110011 | 10110000 | 10111110 | 0 | 11100 | 10110 | 101 | 101011011 | 1001010 | 1010010 |
Color Harmonies of #F3B0BE
Complementary color
Monochromatic Colors of #F3B0BE
Black with #F3B0BE
Text Example
Text Example
White with #F3B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B0BE; }
p { color: rgb(243,176,190); }
H1.HeaderClassName
{
color: #F3B0BE;
}
.AnyTagClassName
{
color: #F3B0BE;
}
</style>
background-color css
<style>
a { background-color: #F3B0BE; }
a { background-color: rgb(243,176,190); }
div.DivClassName
{
background-color: #F3B0BE;
}
.BgClassName
{
background-color: #F3B0BE;
}
</style>
border-color css
<style>
span { border-color: #F3B0BE; }
span { border-color: rgb(243,176,190); }
td.TdClassName
{
border-color: #F3B0BE;
}
.TagClassName
{
border-color: #F3B0BE;
}
</style>