Shades of Cupid #F0B2BD
Tints of Cupid #F0B2BD
RGB
CMYK
RGB Variations
Color information
#F0B2BD (or 0xF0B2BD) is known color: Cupid. HEX triplet: F0, B2 and BD. RGB value is (240,178,189). Sum of RGB (Red+Green+Blue) = 240+178+189=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0B2BD is #0F4D42. Grayscale: #C5C5C5. Windows color (decimal): -1002819 or 12432112. OLE color: 12432112.
HSL color Cylindrical-coordinate representation of color #F0B2BD: hue angle of 349.35º 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 #F0B2BD is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 189 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.06 |
| HSL | 349.35º | 0.67% | 0.82% | - |
| HSV(B) | 349.35º | 0.26% | 0.94% | - |
| XYZ | 61.04 | 54.04 | 55.36 | - |
| YUV | 197.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 189 | 0 | 0.26 | 0.21 | 0.06 | 349.35 | 0.67 | 0.82 |
| Hex | F0 | B2 | BD | 0 | 1A | 15 | 6 | 15D | 43 | 52 |
| Octal | 360 | 262 | 275 | 0 | 32 | 25 | 6 | 535 | 103 | 122 |
| Binary | 11110000 | 10110010 | 10111101 | 0 | 11010 | 10101 | 110 | 101011101 | 1000011 | 1010010 |
Color Harmonies of #F0B2BD
Complementary color
Monochromatic Colors of #F0B2BD
Black with #F0B2BD
Text Example
Text Example
White with #F0B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B2BD; }
p { color: rgb(240,178,189); }
H1.HeaderClassName
{
color: #F0B2BD;
}
.AnyTagClassName
{
color: #F0B2BD;
}
</style>
background-color css
<style>
a { background-color: #F0B2BD; }
a { background-color: rgb(240,178,189); }
div.DivClassName
{
background-color: #F0B2BD;
}
.BgClassName
{
background-color: #F0B2BD;
}
</style>
border-color css
<style>
span { border-color: #F0B2BD; }
span { border-color: rgb(240,178,189); }
td.TdClassName
{
border-color: #F0B2BD;
}
.TagClassName
{
border-color: #F0B2BD;
}
</style>