Shades of Cupid #FFB1C6
Tints of Cupid #FFB1C6
RGB
CMYK
RGB Variations
Color information
#FFB1C6 (or 0xFFB1C6) is known color: Cupid. HEX triplet: FF, B1 and C6. RGB value is (255,177,198). Sum of RGB (Red+Green+Blue) = 255+177+198=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1C6 is #004E39. Grayscale: #CACACA. Windows color (decimal): -20026 or 13021695. OLE color: 13021695.
HSL color Cylindrical-coordinate representation of color #FFB1C6: hue angle of 343.85º 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 #FFB1C6 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 198 | - |
| CMYK | 0 | 0.31 | 0.22 | 0 |
| HSL | 343.85º | 1% | 0.85% | - |
| HSV(B) | 343.85º | 0.31% | 1% | - |
| XYZ | 67.16 | 56.78 | 60.85 | - |
| YUV | 202.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 198 | 0 | 0.31 | 0.22 | 0 | 343.85 | 1 | 0.85 |
| Hex | FF | B1 | C6 | 0 | 1F | 16 | 0 | 158 | 64 | 55 |
| Octal | 377 | 261 | 306 | 0 | 37 | 26 | 0 | 530 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11000110 | 0 | 11111 | 10110 | 0 | 101011000 | 1100100 | 1010101 |
Color Harmonies of #FFB1C6
Complementary color
Monochromatic Colors of #FFB1C6
Black with #FFB1C6
Text Example
Text Example
White with #FFB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1C6; }
p { color: rgb(255,177,198); }
H1.HeaderClassName
{
color: #FFB1C6;
}
.AnyTagClassName
{
color: #FFB1C6;
}
</style>
background-color css
<style>
a { background-color: #FFB1C6; }
a { background-color: rgb(255,177,198); }
div.DivClassName
{
background-color: #FFB1C6;
}
.BgClassName
{
background-color: #FFB1C6;
}
</style>
border-color css
<style>
span { border-color: #FFB1C6; }
span { border-color: rgb(255,177,198); }
td.TdClassName
{
border-color: #FFB1C6;
}
.TagClassName
{
border-color: #FFB1C6;
}
</style>