Shades of Cupid #F0B0BD
Tints of Cupid #F0B0BD
RGB
CMYK
RGB Variations
Color information
#F0B0BD (or 0xF0B0BD) is known color: Cupid. HEX triplet: F0, B0 and BD. RGB value is (240,176,189). Sum of RGB (Red+Green+Blue) = 240+176+189=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B0BD is #0F4F42. Grayscale: #C4C4C4. Windows color (decimal): -1003331 or 12431600. OLE color: 12431600.
HSL color Cylindrical-coordinate representation of color #F0B0BD: hue angle of 347.81º 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 #F0B0BD is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 189 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.06 |
| HSL | 347.81º | 0.68% | 0.82% | - |
| HSV(B) | 347.81º | 0.27% | 0.94% | - |
| XYZ | 60.65 | 53.25 | 55.23 | - |
| YUV | 196.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 189 | 0 | 0.27 | 0.21 | 0.06 | 347.81 | 0.68 | 0.82 |
| Hex | F0 | B0 | BD | 0 | 1B | 15 | 6 | 15C | 44 | 52 |
| Octal | 360 | 260 | 275 | 0 | 33 | 25 | 6 | 534 | 104 | 122 |
| Binary | 11110000 | 10110000 | 10111101 | 0 | 11011 | 10101 | 110 | 101011100 | 1000100 | 1010010 |
Color Harmonies of #F0B0BD
Complementary color
Monochromatic Colors of #F0B0BD
Black with #F0B0BD
Text Example
Text Example
White with #F0B0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B0BD; }
p { color: rgb(240,176,189); }
H1.HeaderClassName
{
color: #F0B0BD;
}
.AnyTagClassName
{
color: #F0B0BD;
}
</style>
background-color css
<style>
a { background-color: #F0B0BD; }
a { background-color: rgb(240,176,189); }
div.DivClassName
{
background-color: #F0B0BD;
}
.BgClassName
{
background-color: #F0B0BD;
}
</style>
border-color css
<style>
span { border-color: #F0B0BD; }
span { border-color: rgb(240,176,189); }
td.TdClassName
{
border-color: #F0B0BD;
}
.TagClassName
{
border-color: #F0B0BD;
}
</style>