Shades of Light Pink #FFB1B9
Tints of Light Pink #FFB1B9
RGB
CMYK
RGB Variations
Color information
#FFB1B9 (or 0xFFB1B9) is known color: Light Pink. HEX triplet: FF, B1 and B9. RGB value is (255,177,185). Sum of RGB (Red+Green+Blue) = 255+177+185=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1B9 is #004E46. Grayscale: #C9C9C9. Windows color (decimal): -20039 or 12169727. OLE color: 12169727.
HSL color Cylindrical-coordinate representation of color #FFB1B9: hue angle of 353.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 #FFB1B9 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 185 | - |
| CMYK | 0 | 0.31 | 0.27 | 0 |
| HSL | 353.85º | 1% | 0.85% | - |
| HSV(B) | 353.85º | 0.31% | 1% | - |
| XYZ | 65.72 | 56.21 | 53.28 | - |
| YUV | 201.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 185 | 0 | 0.31 | 0.27 | 0 | 353.85 | 1 | 0.85 |
| Hex | FF | B1 | B9 | 0 | 1F | 1B | 0 | 162 | 64 | 55 |
| Octal | 377 | 261 | 271 | 0 | 37 | 33 | 0 | 542 | 144 | 125 |
| Binary | 11111111 | 10110001 | 10111001 | 0 | 11111 | 11011 | 0 | 101100010 | 1100100 | 1010101 |
Color Harmonies of #FFB1B9
Complementary color
Monochromatic Colors of #FFB1B9
Black with #FFB1B9
Text Example
Text Example
White with #FFB1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1B9; }
p { color: rgb(255,177,185); }
H1.HeaderClassName
{
color: #FFB1B9;
}
.AnyTagClassName
{
color: #FFB1B9;
}
</style>
background-color css
<style>
a { background-color: #FFB1B9; }
a { background-color: rgb(255,177,185); }
div.DivClassName
{
background-color: #FFB1B9;
}
.BgClassName
{
background-color: #FFB1B9;
}
</style>
border-color css
<style>
span { border-color: #FFB1B9; }
span { border-color: rgb(255,177,185); }
td.TdClassName
{
border-color: #FFB1B9;
}
.TagClassName
{
border-color: #FFB1B9;
}
</style>