Shades of Cupid #FFB0C6
Tints of Cupid #FFB0C6
RGB
CMYK
RGB Variations
Color information
#FFB0C6 (or 0xFFB0C6) is known color: Cupid. HEX triplet: FF, B0 and C6. RGB value is (255,176,198). Sum of RGB (Red+Green+Blue) = 255+176+198=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 176 (69.14% from 255 or 27.98% from 629); Blue value is 198 (77.73% from 255 or 31.48% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB0C6 is #004F39. Grayscale: #CACACA. Windows color (decimal): -20282 or 13021439. OLE color: 13021439.
HSL color Cylindrical-coordinate representation of color #FFB0C6: hue angle of 343.29º 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 #FFB0C6 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 176 | 198 | - |
| CMYK | 0 | 0.31 | 0.22 | 0 |
| HSL | 343.29º | 1% | 0.85% | - |
| HSV(B) | 343.29º | 0.31% | 1% | - |
| XYZ | 66.96 | 56.39 | 60.78 | - |
| YUV | 202.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 176 | 198 | 0 | 0.31 | 0.22 | 0 | 343.29 | 1 | 0.85 |
| Hex | FF | B0 | C6 | 0 | 1F | 16 | 0 | 157 | 64 | 55 |
| Octal | 377 | 260 | 306 | 0 | 37 | 26 | 0 | 527 | 144 | 125 |
| Binary | 11111111 | 10110000 | 11000110 | 0 | 11111 | 10110 | 0 | 101010111 | 1100100 | 1010101 |
Color Harmonies of #FFB0C6
Complementary color
Monochromatic Colors of #FFB0C6
Black with #FFB0C6
Text Example
Text Example
White with #FFB0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB0C6; }
p { color: rgb(255,176,198); }
H1.HeaderClassName
{
color: #FFB0C6;
}
.AnyTagClassName
{
color: #FFB0C6;
}
</style>
background-color css
<style>
a { background-color: #FFB0C6; }
a { background-color: rgb(255,176,198); }
div.DivClassName
{
background-color: #FFB0C6;
}
.BgClassName
{
background-color: #FFB0C6;
}
</style>
border-color css
<style>
span { border-color: #FFB0C6; }
span { border-color: rgb(255,176,198); }
td.TdClassName
{
border-color: #FFB0C6;
}
.TagClassName
{
border-color: #FFB0C6;
}
</style>