Shades of Light Pink #FFB9BF
Tints of Light Pink #FFB9BF
RGB
CMYK
RGB Variations
Color information
#FFB9BF (or 0xFFB9BF) is known color: Light Pink. HEX triplet: FF, B9 and BF. RGB value is (255,185,191). Sum of RGB (Red+Green+Blue) = 255+185+191=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 185 (72.66% from 255 or 29.32% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9BF is #004640. Grayscale: #CECECE. Windows color (decimal): -17985 or 12564991. OLE color: 12564991.
HSL color Cylindrical-coordinate representation of color #FFB9BF: hue angle of 354.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9BF is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 191 | - |
| CMYK | 0 | 0.27 | 0.25 | 0 |
| HSL | 354.86º | 1% | 0.86% | - |
| HSV(B) | 354.86º | 0.27% | 1% | - |
| XYZ | 67.99 | 59.72 | 57.23 | - |
| YUV | 206.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 191 | 0 | 0.27 | 0.25 | 0 | 354.86 | 1 | 0.86 |
| Hex | FF | B9 | BF | 0 | 1B | 19 | 0 | 163 | 64 | 56 |
| Octal | 377 | 271 | 277 | 0 | 33 | 31 | 0 | 543 | 144 | 126 |
| Binary | 11111111 | 10111001 | 10111111 | 0 | 11011 | 11001 | 0 | 101100011 | 1100100 | 1010110 |
Color Harmonies of #FFB9BF
Complementary color
Monochromatic Colors of #FFB9BF
Black with #FFB9BF
Text Example
Text Example
White with #FFB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9BF; }
p { color: rgb(255,185,191); }
H1.HeaderClassName
{
color: #FFB9BF;
}
.AnyTagClassName
{
color: #FFB9BF;
}
</style>
background-color css
<style>
a { background-color: #FFB9BF; }
a { background-color: rgb(255,185,191); }
div.DivClassName
{
background-color: #FFB9BF;
}
.BgClassName
{
background-color: #FFB9BF;
}
</style>
border-color css
<style>
span { border-color: #FFB9BF; }
span { border-color: rgb(255,185,191); }
td.TdClassName
{
border-color: #FFB9BF;
}
.TagClassName
{
border-color: #FFB9BF;
}
</style>