Shades of Light Pink #FFB9BD
Tints of Light Pink #FFB9BD
RGB
CMYK
RGB Variations
Color information
#FFB9BD (or 0xFFB9BD) is known color: Light Pink. HEX triplet: FF, B9 and BD. RGB value is (255,185,189). Sum of RGB (Red+Green+Blue) = 255+185+189=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 185 (72.66% from 255 or 29.41% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9BD is #004642. Grayscale: #CECECE. Windows color (decimal): -17987 or 12433919. OLE color: 12433919.
HSL color Cylindrical-coordinate representation of color #FFB9BD: hue angle of 356.57º 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 #FFB9BD is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 189 | - |
| CMYK | 0 | 0.27 | 0.26 | 0 |
| HSL | 356.57º | 1% | 0.86% | - |
| HSV(B) | 356.57º | 0.27% | 1% | - |
| XYZ | 67.77 | 59.63 | 56.08 | - |
| YUV | 206.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 189 | 0 | 0.27 | 0.26 | 0 | 356.57 | 1 | 0.86 |
| Hex | FF | B9 | BD | 0 | 1B | 1A | 0 | 165 | 64 | 56 |
| Octal | 377 | 271 | 275 | 0 | 33 | 32 | 0 | 545 | 144 | 126 |
| Binary | 11111111 | 10111001 | 10111101 | 0 | 11011 | 11010 | 0 | 101100101 | 1100100 | 1010110 |
Color Harmonies of #FFB9BD
Complementary color
Monochromatic Colors of #FFB9BD
Black with #FFB9BD
Text Example
Text Example
White with #FFB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9BD; }
p { color: rgb(255,185,189); }
H1.HeaderClassName
{
color: #FFB9BD;
}
.AnyTagClassName
{
color: #FFB9BD;
}
</style>
background-color css
<style>
a { background-color: #FFB9BD; }
a { background-color: rgb(255,185,189); }
div.DivClassName
{
background-color: #FFB9BD;
}
.BgClassName
{
background-color: #FFB9BD;
}
</style>
border-color css
<style>
span { border-color: #FFB9BD; }
span { border-color: rgb(255,185,189); }
td.TdClassName
{
border-color: #FFB9BD;
}
.TagClassName
{
border-color: #FFB9BD;
}
</style>