Shades of Cupid #F0B2BB
Tints of Cupid #F0B2BB
RGB
CMYK
RGB Variations
Color information
#F0B2BB (or 0xF0B2BB) is known color: Cupid. HEX triplet: F0, B2 and BB. RGB value is (240,178,187). Sum of RGB (Red+Green+Blue) = 240+178+187=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2BB is #0F4D44. Grayscale: #C5C5C5. Windows color (decimal): -1002821 or 12301040. OLE color: 12301040.
HSL color Cylindrical-coordinate representation of color #F0B2BB: hue angle of 351.29º degrees, saturation: 0.67, 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 #F0B2BB is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 187 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.06 |
| HSL | 351.29º | 0.67% | 0.82% | - |
| HSV(B) | 351.29º | 0.26% | 0.94% | - |
| XYZ | 60.83 | 53.95 | 54.22 | - |
| YUV | 197.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 187 | 0 | 0.26 | 0.22 | 0.06 | 351.29 | 0.67 | 0.82 |
| Hex | F0 | B2 | BB | 0 | 1A | 16 | 6 | 15F | 43 | 52 |
| Octal | 360 | 262 | 273 | 0 | 32 | 26 | 6 | 537 | 103 | 122 |
| Binary | 11110000 | 10110010 | 10111011 | 0 | 11010 | 10110 | 110 | 101011111 | 1000011 | 1010010 |
Color Harmonies of #F0B2BB
Complementary color
Monochromatic Colors of #F0B2BB
Black with #F0B2BB
Text Example
Text Example
White with #F0B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2BB; }
p { color: rgb(240,178,187); }
H1.HeaderClassName
{
color: #F0B2BB;
}
.AnyTagClassName
{
color: #F0B2BB;
}
</style>
background-color css
<style>
a { background-color: #F0B2BB; }
a { background-color: rgb(240,178,187); }
div.DivClassName
{
background-color: #F0B2BB;
}
.BgClassName
{
background-color: #F0B2BB;
}
</style>
border-color css
<style>
span { border-color: #F0B2BB; }
span { border-color: rgb(240,178,187); }
td.TdClassName
{
border-color: #F0B2BB;
}
.TagClassName
{
border-color: #F0B2BB;
}
</style>