Shades of Cupid #FFB0C5
Tints of Cupid #FFB0C5
RGB
CMYK
RGB Variations
Color information
#FFB0C5 (or 0xFFB0C5) is known color: Cupid. HEX triplet: FF, B0 and C5. RGB value is (255,176,197). Sum of RGB (Red+Green+Blue) = 255+176+197=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 176 (69.14% from 255 or 28.03% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0C5 is #004F3A. Grayscale: #CACACA. Windows color (decimal): -20283 or 12955903. OLE color: 12955903.
HSL color Cylindrical-coordinate representation of color #FFB0C5: hue angle of 344.05º 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 #FFB0C5 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 197 | - |
| CMYK | 0 | 0.31 | 0.23 | 0 |
| HSL | 344.05º | 1% | 0.85% | - |
| HSV(B) | 344.05º | 0.31% | 1% | - |
| XYZ | 66.84 | 56.34 | 60.18 | - |
| YUV | 202.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 197 | 0 | 0.31 | 0.23 | 0 | 344.05 | 1 | 0.85 |
| Hex | FF | B0 | C5 | 0 | 1F | 17 | 0 | 158 | 64 | 55 |
| Octal | 377 | 260 | 305 | 0 | 37 | 27 | 0 | 530 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11000101 | 0 | 11111 | 10111 | 0 | 101011000 | 1100100 | 1010101 |
Color Harmonies of #FFB0C5
Complementary color
Monochromatic Colors of #FFB0C5
Black with #FFB0C5
Text Example
Text Example
White with #FFB0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0C5; }
p { color: rgb(255,176,197); }
H1.HeaderClassName
{
color: #FFB0C5;
}
.AnyTagClassName
{
color: #FFB0C5;
}
</style>
background-color css
<style>
a { background-color: #FFB0C5; }
a { background-color: rgb(255,176,197); }
div.DivClassName
{
background-color: #FFB0C5;
}
.BgClassName
{
background-color: #FFB0C5;
}
</style>
border-color css
<style>
span { border-color: #FFB0C5; }
span { border-color: rgb(255,176,197); }
td.TdClassName
{
border-color: #FFB0C5;
}
.TagClassName
{
border-color: #FFB0C5;
}
</style>