Shades of Cupid #F0B0BC
Tints of Cupid #F0B0BC
RGB
CMYK
RGB Variations
Color information
#F0B0BC (or 0xF0B0BC) is known color: Cupid. HEX triplet: F0, B0 and BC. RGB value is (240,176,188). Sum of RGB (Red+Green+Blue) = 240+176+188=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0BC is #0F4F43. Grayscale: #C4C4C4. Windows color (decimal): -1003332 or 12366064. OLE color: 12366064.
HSL color Cylindrical-coordinate representation of color #F0B0BC: hue angle of 348.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0B0BC is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 188 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.06 |
| HSL | 348.75º | 0.68% | 0.82% | - |
| HSV(B) | 348.75º | 0.27% | 0.94% | - |
| XYZ | 60.54 | 53.21 | 54.66 | - |
| YUV | 196.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 188 | 0 | 0.27 | 0.22 | 0.06 | 348.75 | 0.68 | 0.82 |
| Hex | F0 | B0 | BC | 0 | 1B | 16 | 6 | 15D | 44 | 52 |
| Octal | 360 | 260 | 274 | 0 | 33 | 26 | 6 | 535 | 104 | 122 |
| Binary | 11110000 | 10110000 | 10111100 | 0 | 11011 | 10110 | 110 | 101011101 | 1000100 | 1010010 |
Color Harmonies of #F0B0BC
Complementary color
Monochromatic Colors of #F0B0BC
Black with #F0B0BC
Text Example
Text Example
White with #F0B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0BC; }
p { color: rgb(240,176,188); }
H1.HeaderClassName
{
color: #F0B0BC;
}
.AnyTagClassName
{
color: #F0B0BC;
}
</style>
background-color css
<style>
a { background-color: #F0B0BC; }
a { background-color: rgb(240,176,188); }
div.DivClassName
{
background-color: #F0B0BC;
}
.BgClassName
{
background-color: #F0B0BC;
}
</style>
border-color css
<style>
span { border-color: #F0B0BC; }
span { border-color: rgb(240,176,188); }
td.TdClassName
{
border-color: #F0B0BC;
}
.TagClassName
{
border-color: #F0B0BC;
}
</style>