Shades of Light Pink #FFB1B8
Tints of Light Pink #FFB1B8
RGB
CMYK
RGB Variations
Color information
#FFB1B8 (or 0xFFB1B8) is known color: Light Pink. HEX triplet: FF, B1 and B8. RGB value is (255,177,184). Sum of RGB (Red+Green+Blue) = 255+177+184=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1B8 is #004E47. Grayscale: #C9C9C9. Windows color (decimal): -20040 or 12104191. OLE color: 12104191.
HSL color Cylindrical-coordinate representation of color #FFB1B8: hue angle of 354.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 #FFB1B8 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 177 | 184 | - |
| CMYK | 0 | 0.31 | 0.28 | 0 |
| HSL | 354.62º | 1% | 0.85% | - |
| HSV(B) | 354.62º | 0.31% | 1% | - |
| XYZ | 65.61 | 56.16 | 52.73 | - |
| YUV | 201.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 177 | 184 | 0 | 0.31 | 0.28 | 0 | 354.62 | 1 | 0.85 |
| Hex | FF | B1 | B8 | 0 | 1F | 1C | 0 | 163 | 64 | 55 |
| Octal | 377 | 261 | 270 | 0 | 37 | 34 | 0 | 543 | 144 | 125 |
| Binary | 11111111 | 10110001 | 10111000 | 0 | 11111 | 11100 | 0 | 101100011 | 1100100 | 1010101 |
Color Harmonies of #FFB1B8
Complementary color
Monochromatic Colors of #FFB1B8
Black with #FFB1B8
Text Example
Text Example
White with #FFB1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB1B8; }
p { color: rgb(255,177,184); }
H1.HeaderClassName
{
color: #FFB1B8;
}
.AnyTagClassName
{
color: #FFB1B8;
}
</style>
background-color css
<style>
a { background-color: #FFB1B8; }
a { background-color: rgb(255,177,184); }
div.DivClassName
{
background-color: #FFB1B8;
}
.BgClassName
{
background-color: #FFB1B8;
}
</style>
border-color css
<style>
span { border-color: #FFB1B8; }
span { border-color: rgb(255,177,184); }
td.TdClassName
{
border-color: #FFB1B8;
}
.TagClassName
{
border-color: #FFB1B8;
}
</style>