Shades of Cupid #F0B1BB
Tints of Cupid #F0B1BB
RGB
CMYK
RGB Variations
Color information
#F0B1BB (or 0xF0B1BB) is known color: Cupid. HEX triplet: F0, B1 and BB. RGB value is (240,177,187). Sum of RGB (Red+Green+Blue) = 240+177+187=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B1BB is #0F4E44. Grayscale: #C5C5C5. Windows color (decimal): -1003077 or 12300784. OLE color: 12300784.
HSL color Cylindrical-coordinate representation of color #F0B1BB: hue angle of 350.48º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0B1BB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 187 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.06 |
| HSL | 350.48º | 0.68% | 0.82% | - |
| HSV(B) | 350.48º | 0.26% | 0.94% | - |
| XYZ | 60.63 | 53.56 | 54.16 | - |
| YUV | 196.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 187 | 0 | 0.26 | 0.22 | 0.06 | 350.48 | 0.68 | 0.82 |
| Hex | F0 | B1 | BB | 0 | 1A | 16 | 6 | 15E | 44 | 52 |
| Octal | 360 | 261 | 273 | 0 | 32 | 26 | 6 | 536 | 104 | 122 |
| Binary | 11110000 | 10110001 | 10111011 | 0 | 11010 | 10110 | 110 | 101011110 | 1000100 | 1010010 |
Color Harmonies of #F0B1BB
Complementary color
Monochromatic Colors of #F0B1BB
Black with #F0B1BB
Text Example
Text Example
White with #F0B1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1BB; }
p { color: rgb(240,177,187); }
H1.HeaderClassName
{
color: #F0B1BB;
}
.AnyTagClassName
{
color: #F0B1BB;
}
</style>
background-color css
<style>
a { background-color: #F0B1BB; }
a { background-color: rgb(240,177,187); }
div.DivClassName
{
background-color: #F0B1BB;
}
.BgClassName
{
background-color: #F0B1BB;
}
</style>
border-color css
<style>
span { border-color: #F0B1BB; }
span { border-color: rgb(240,177,187); }
td.TdClassName
{
border-color: #F0B1BB;
}
.TagClassName
{
border-color: #F0B1BB;
}
</style>