Shades of Cupid #FFB0C9
Tints of Cupid #FFB0C9
RGB
CMYK
RGB Variations
Color information
#FFB0C9 (or 0xFFB0C9) is known color: Cupid. HEX triplet: FF, B0 and C9. RGB value is (255,176,201). Sum of RGB (Red+Green+Blue) = 255+176+201=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0C9 is #004F36. Grayscale: #CACACA. Windows color (decimal): -20279 or 13218047. OLE color: 13218047.
HSL color Cylindrical-coordinate representation of color #FFB0C9: hue angle of 341.01º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB0C9 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 201 | - |
| CMYK | 0 | 0.31 | 0.21 | 0 |
| HSL | 341.01º | 1% | 0.85% | - |
| HSV(B) | 341.01º | 0.31% | 1% | - |
| XYZ | 67.31 | 56.53 | 62.62 | - |
| YUV | 202.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 201 | 0 | 0.31 | 0.21 | 0 | 341.01 | 1 | 0.85 |
| Hex | FF | B0 | C9 | 0 | 1F | 15 | 0 | 155 | 64 | 55 |
| Octal | 377 | 260 | 311 | 0 | 37 | 25 | 0 | 525 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11001001 | 0 | 11111 | 10101 | 0 | 101010101 | 1100100 | 1010101 |
Color Harmonies of #FFB0C9
Complementary color
Monochromatic Colors of #FFB0C9
Black with #FFB0C9
Text Example
Text Example
White with #FFB0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0C9; }
p { color: rgb(255,176,201); }
H1.HeaderClassName
{
color: #FFB0C9;
}
.AnyTagClassName
{
color: #FFB0C9;
}
</style>
background-color css
<style>
a { background-color: #FFB0C9; }
a { background-color: rgb(255,176,201); }
div.DivClassName
{
background-color: #FFB0C9;
}
.BgClassName
{
background-color: #FFB0C9;
}
</style>
border-color css
<style>
span { border-color: #FFB0C9; }
span { border-color: rgb(255,176,201); }
td.TdClassName
{
border-color: #FFB0C9;
}
.TagClassName
{
border-color: #FFB0C9;
}
</style>