Shades of Light Pink #FFB1C3
Tints of Light Pink #FFB1C3
RGB
CMYK
RGB Variations
Color information
#FFB1C3 (or 0xFFB1C3) is known color: Light Pink. HEX triplet: FF, B1 and C3. RGB value is (255,177,195). Sum of RGB (Red+Green+Blue) = 255+177+195=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 177 (69.53% from 255 or 28.23% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1C3 is #004E3C. Grayscale: #CACACA. Windows color (decimal): -20029 or 12825087. OLE color: 12825087.
HSL color Cylindrical-coordinate representation of color #FFB1C3: hue angle of 346.15º 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 #FFB1C3 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 195 | - |
| CMYK | 0 | 0.31 | 0.24 | 0 |
| HSL | 346.15º | 1% | 0.85% | - |
| HSV(B) | 346.15º | 0.31% | 1% | - |
| XYZ | 66.81 | 56.64 | 59.04 | - |
| YUV | 202.37 | 123.84 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 195 | 0 | 0.31 | 0.24 | 0 | 346.15 | 1 | 0.85 |
| Hex | FF | B1 | C3 | 0 | 1F | 18 | 0 | 15A | 64 | 55 |
| Octal | 377 | 261 | 303 | 0 | 37 | 30 | 0 | 532 | 144 | 125 |
| Binary | 11111111 | 10110001 | 11000011 | 0 | 11111 | 11000 | 0 | 101011010 | 1100100 | 1010101 |
Color Harmonies of #FFB1C3
Complementary color
Monochromatic Colors of #FFB1C3
Black with #FFB1C3
Text Example
Text Example
White with #FFB1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1C3; }
p { color: rgb(255,177,195); }
H1.HeaderClassName
{
color: #FFB1C3;
}
.AnyTagClassName
{
color: #FFB1C3;
}
</style>
background-color css
<style>
a { background-color: #FFB1C3; }
a { background-color: rgb(255,177,195); }
div.DivClassName
{
background-color: #FFB1C3;
}
.BgClassName
{
background-color: #FFB1C3;
}
</style>
border-color css
<style>
span { border-color: #FFB1C3; }
span { border-color: rgb(255,177,195); }
td.TdClassName
{
border-color: #FFB1C3;
}
.TagClassName
{
border-color: #FFB1C3;
}
</style>