Shades of Light Pink #FFB4BB
Tints of Light Pink #FFB4BB
RGB
CMYK
RGB Variations
Color information
#FFB4BB (or 0xFFB4BB) is known color: Light Pink. HEX triplet: FF, B4 and BB. RGB value is (255,180,187). Sum of RGB (Red+Green+Blue) = 255+180+187=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4BB is #004B44. Grayscale: #CBCBCB. Windows color (decimal): -19269 or 12301567. OLE color: 12301567.
HSL color Cylindrical-coordinate representation of color #FFB4BB: hue angle of 354.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4BB is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 187 | - |
| CMYK | 0 | 0.29 | 0.27 | 0 |
| HSL | 354.4º | 1% | 0.85% | - |
| HSV(B) | 354.4º | 0.29% | 1% | - |
| XYZ | 66.53 | 57.49 | 54.6 | - |
| YUV | 203.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 187 | 0 | 0.29 | 0.27 | 0 | 354.4 | 1 | 0.85 |
| Hex | FF | B4 | BB | 0 | 1D | 1B | 0 | 162 | 64 | 55 |
| Octal | 377 | 264 | 273 | 0 | 35 | 33 | 0 | 542 | 144 | 125 |
| Binary | 11111111 | 10110100 | 10111011 | 0 | 11101 | 11011 | 0 | 101100010 | 1100100 | 1010101 |
Color Harmonies of #FFB4BB
Complementary color
Monochromatic Colors of #FFB4BB
Black with #FFB4BB
Text Example
Text Example
White with #FFB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4BB; }
p { color: rgb(255,180,187); }
H1.HeaderClassName
{
color: #FFB4BB;
}
.AnyTagClassName
{
color: #FFB4BB;
}
</style>
background-color css
<style>
a { background-color: #FFB4BB; }
a { background-color: rgb(255,180,187); }
div.DivClassName
{
background-color: #FFB4BB;
}
.BgClassName
{
background-color: #FFB4BB;
}
</style>
border-color css
<style>
span { border-color: #FFB4BB; }
span { border-color: rgb(255,180,187); }
td.TdClassName
{
border-color: #FFB4BB;
}
.TagClassName
{
border-color: #FFB4BB;
}
</style>