Shades of Cupid #FFB0C7
Tints of Cupid #FFB0C7
RGB
CMYK
RGB Variations
Color information
#FFB0C7 (or 0xFFB0C7) is known color: Cupid. HEX triplet: FF, B0 and C7. RGB value is (255,176,199). Sum of RGB (Red+Green+Blue) = 255+176+199=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0C7 is #004F38. Grayscale: #CACACA. Windows color (decimal): -20281 or 13086975. OLE color: 13086975.
HSL color Cylindrical-coordinate representation of color #FFB0C7: hue angle of 342.53º 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 #FFB0C7 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 199 | - |
| CMYK | 0 | 0.31 | 0.22 | 0 |
| HSL | 342.53º | 1% | 0.85% | - |
| HSV(B) | 342.53º | 0.31% | 1% | - |
| XYZ | 67.07 | 56.43 | 61.39 | - |
| YUV | 202.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 199 | 0 | 0.31 | 0.22 | 0 | 342.53 | 1 | 0.85 |
| Hex | FF | B0 | C7 | 0 | 1F | 16 | 0 | 157 | 64 | 55 |
| Octal | 377 | 260 | 307 | 0 | 37 | 26 | 0 | 527 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11000111 | 0 | 11111 | 10110 | 0 | 101010111 | 1100100 | 1010101 |
Color Harmonies of #FFB0C7
Complementary color
Monochromatic Colors of #FFB0C7
Black with #FFB0C7
Text Example
Text Example
White with #FFB0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0C7; }
p { color: rgb(255,176,199); }
H1.HeaderClassName
{
color: #FFB0C7;
}
.AnyTagClassName
{
color: #FFB0C7;
}
</style>
background-color css
<style>
a { background-color: #FFB0C7; }
a { background-color: rgb(255,176,199); }
div.DivClassName
{
background-color: #FFB0C7;
}
.BgClassName
{
background-color: #FFB0C7;
}
</style>
border-color css
<style>
span { border-color: #FFB0C7; }
span { border-color: rgb(255,176,199); }
td.TdClassName
{
border-color: #FFB0C7;
}
.TagClassName
{
border-color: #FFB0C7;
}
</style>