Shades of Light Pink #FFB1C1
Tints of Light Pink #FFB1C1
RGB
CMYK
RGB Variations
Color information
#FFB1C1 (or 0xFFB1C1) is known color: Light Pink. HEX triplet: FF, B1 and C1. RGB value is (255,177,193). Sum of RGB (Red+Green+Blue) = 255+177+193=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 177 (69.53% from 255 or 28.32% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1C1 is #004E3E. Grayscale: #CACACA. Windows color (decimal): -20031 or 12694015. OLE color: 12694015.
HSL color Cylindrical-coordinate representation of color #FFB1C1: hue angle of 347.69º 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 #FFB1C1 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 193 | - |
| CMYK | 0 | 0.31 | 0.24 | 0 |
| HSL | 347.69º | 1% | 0.85% | - |
| HSV(B) | 347.69º | 0.31% | 1% | - |
| XYZ | 66.59 | 56.55 | 57.86 | - |
| YUV | 202.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 193 | 0 | 0.31 | 0.24 | 0 | 347.69 | 1 | 0.85 |
| Hex | FF | B1 | C1 | 0 | 1F | 18 | 0 | 15C | 64 | 55 |
| Octal | 377 | 261 | 301 | 0 | 37 | 30 | 0 | 534 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11000001 | 0 | 11111 | 11000 | 0 | 101011100 | 1100100 | 1010101 |
Color Harmonies of #FFB1C1
Complementary color
Monochromatic Colors of #FFB1C1
Black with #FFB1C1
Text Example
Text Example
White with #FFB1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1C1; }
p { color: rgb(255,177,193); }
H1.HeaderClassName
{
color: #FFB1C1;
}
.AnyTagClassName
{
color: #FFB1C1;
}
</style>
background-color css
<style>
a { background-color: #FFB1C1; }
a { background-color: rgb(255,177,193); }
div.DivClassName
{
background-color: #FFB1C1;
}
.BgClassName
{
background-color: #FFB1C1;
}
</style>
border-color css
<style>
span { border-color: #FFB1C1; }
span { border-color: rgb(255,177,193); }
td.TdClassName
{
border-color: #FFB1C1;
}
.TagClassName
{
border-color: #FFB1C1;
}
</style>