Shades of Cupid #FFB1C5
Tints of Cupid #FFB1C5
RGB
CMYK
RGB Variations
Color information
#FFB1C5 (or 0xFFB1C5) is known color: Cupid. HEX triplet: FF, B1 and C5. RGB value is (255,177,197). Sum of RGB (Red+Green+Blue) = 255+177+197=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 177 (69.53% from 255 or 28.14% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1C5 is #004E3A. Grayscale: #CACACA. Windows color (decimal): -20027 or 12956159. OLE color: 12956159.
HSL color Cylindrical-coordinate representation of color #FFB1C5: hue angle of 344.62º 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 #FFB1C5 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 197 | - |
| CMYK | 0 | 0.31 | 0.23 | 0 |
| HSL | 344.62º | 1% | 0.85% | - |
| HSV(B) | 344.62º | 0.31% | 1% | - |
| XYZ | 67.04 | 56.74 | 60.24 | - |
| YUV | 202.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 197 | 0 | 0.31 | 0.23 | 0 | 344.62 | 1 | 0.85 |
| Hex | FF | B1 | C5 | 0 | 1F | 17 | 0 | 159 | 64 | 55 |
| Octal | 377 | 261 | 305 | 0 | 37 | 27 | 0 | 531 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11000101 | 0 | 11111 | 10111 | 0 | 101011001 | 1100100 | 1010101 |
Color Harmonies of #FFB1C5
Complementary color
Monochromatic Colors of #FFB1C5
Black with #FFB1C5
Text Example
Text Example
White with #FFB1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1C5; }
p { color: rgb(255,177,197); }
H1.HeaderClassName
{
color: #FFB1C5;
}
.AnyTagClassName
{
color: #FFB1C5;
}
</style>
background-color css
<style>
a { background-color: #FFB1C5; }
a { background-color: rgb(255,177,197); }
div.DivClassName
{
background-color: #FFB1C5;
}
.BgClassName
{
background-color: #FFB1C5;
}
</style>
border-color css
<style>
span { border-color: #FFB1C5; }
span { border-color: rgb(255,177,197); }
td.TdClassName
{
border-color: #FFB1C5;
}
.TagClassName
{
border-color: #FFB1C5;
}
</style>