Shades of Light Pink #FFB1C2
Tints of Light Pink #FFB1C2
RGB
CMYK
RGB Variations
Color information
#FFB1C2 (or 0xFFB1C2) is known color: Light Pink. HEX triplet: FF, B1 and C2. RGB value is (255,177,194). Sum of RGB (Red+Green+Blue) = 255+177+194=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 177 (69.53% from 255 or 28.27% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1C2 is #004E3D. Grayscale: #CACACA. Windows color (decimal): -20030 or 12759551. OLE color: 12759551.
HSL color Cylindrical-coordinate representation of color #FFB1C2: hue angle of 346.92º 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 #FFB1C2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 194 | - |
| CMYK | 0 | 0.31 | 0.24 | 0 |
| HSL | 346.92º | 1% | 0.85% | - |
| HSV(B) | 346.92º | 0.31% | 1% | - |
| XYZ | 66.7 | 56.6 | 58.45 | - |
| YUV | 202.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 194 | 0 | 0.31 | 0.24 | 0 | 346.92 | 1 | 0.85 |
| Hex | FF | B1 | C2 | 0 | 1F | 18 | 0 | 15B | 64 | 55 |
| Octal | 377 | 261 | 302 | 0 | 37 | 30 | 0 | 533 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11000010 | 0 | 11111 | 11000 | 0 | 101011011 | 1100100 | 1010101 |
Color Harmonies of #FFB1C2
Complementary color
Monochromatic Colors of #FFB1C2
Black with #FFB1C2
Text Example
Text Example
White with #FFB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1C2; }
p { color: rgb(255,177,194); }
H1.HeaderClassName
{
color: #FFB1C2;
}
.AnyTagClassName
{
color: #FFB1C2;
}
</style>
background-color css
<style>
a { background-color: #FFB1C2; }
a { background-color: rgb(255,177,194); }
div.DivClassName
{
background-color: #FFB1C2;
}
.BgClassName
{
background-color: #FFB1C2;
}
</style>
border-color css
<style>
span { border-color: #FFB1C2; }
span { border-color: rgb(255,177,194); }
td.TdClassName
{
border-color: #FFB1C2;
}
.TagClassName
{
border-color: #FFB1C2;
}
</style>