Shades of Light Pink #FFB9BC
Tints of Light Pink #FFB9BC
RGB
CMYK
RGB Variations
Color information
#FFB9BC (or 0xFFB9BC) is known color: Light Pink. HEX triplet: FF, B9 and BC. RGB value is (255,185,188). Sum of RGB (Red+Green+Blue) = 255+185+188=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9BC is #004643. Grayscale: #CECECE. Windows color (decimal): -17988 or 12368383. OLE color: 12368383.
HSL color Cylindrical-coordinate representation of color #FFB9BC: hue angle of 357.43º 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 #FFB9BC is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 188 | - |
| CMYK | 0 | 0.27 | 0.26 | 0 |
| HSL | 357.43º | 1% | 0.86% | - |
| HSV(B) | 357.43º | 0.27% | 1% | - |
| XYZ | 67.67 | 59.59 | 55.51 | - |
| YUV | 206.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 188 | 0 | 0.27 | 0.26 | 0 | 357.43 | 1 | 0.86 |
| Hex | FF | B9 | BC | 0 | 1B | 1A | 0 | 165 | 64 | 56 |
| Octal | 377 | 271 | 274 | 0 | 33 | 32 | 0 | 545 | 144 | 126 |
| Binary | 11111111 | 10111001 | 10111100 | 0 | 11011 | 11010 | 0 | 101100101 | 1100100 | 1010110 |
Color Harmonies of #FFB9BC
Complementary color
Monochromatic Colors of #FFB9BC
Black with #FFB9BC
Text Example
Text Example
White with #FFB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9BC; }
p { color: rgb(255,185,188); }
H1.HeaderClassName
{
color: #FFB9BC;
}
.AnyTagClassName
{
color: #FFB9BC;
}
</style>
background-color css
<style>
a { background-color: #FFB9BC; }
a { background-color: rgb(255,185,188); }
div.DivClassName
{
background-color: #FFB9BC;
}
.BgClassName
{
background-color: #FFB9BC;
}
</style>
border-color css
<style>
span { border-color: #FFB9BC; }
span { border-color: rgb(255,185,188); }
td.TdClassName
{
border-color: #FFB9BC;
}
.TagClassName
{
border-color: #FFB9BC;
}
</style>