Shades of Light Pink #FFB7BB
Tints of Light Pink #FFB7BB
RGB
CMYK
RGB Variations
Color information
#FFB7BB (or 0xFFB7BB) is known color: Light Pink. HEX triplet: FF, B7 and BB. RGB value is (255,183,187). Sum of RGB (Red+Green+Blue) = 255+183+187=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7BB is #004844. Grayscale: #CDCDCD. Windows color (decimal): -18501 or 12302335. OLE color: 12302335.
HSL color Cylindrical-coordinate representation of color #FFB7BB: hue angle of 356.67º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7BB is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 187 | - |
| CMYK | 0 | 0.28 | 0.27 | 0 |
| HSL | 356.67º | 1% | 0.86% | - |
| HSV(B) | 356.67º | 0.28% | 1% | - |
| XYZ | 67.14 | 58.71 | 54.81 | - |
| YUV | 204.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 187 | 0 | 0.28 | 0.27 | 0 | 356.67 | 1 | 0.86 |
| Hex | FF | B7 | BB | 0 | 1C | 1B | 0 | 165 | 64 | 56 |
| Octal | 377 | 267 | 273 | 0 | 34 | 33 | 0 | 545 | 144 | 126 |
| Binary | 11111111 | 10110111 | 10111011 | 0 | 11100 | 11011 | 0 | 101100101 | 1100100 | 1010110 |
Color Harmonies of #FFB7BB
Complementary color
Monochromatic Colors of #FFB7BB
Black with #FFB7BB
Text Example
Text Example
White with #FFB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7BB; }
p { color: rgb(255,183,187); }
H1.HeaderClassName
{
color: #FFB7BB;
}
.AnyTagClassName
{
color: #FFB7BB;
}
</style>
background-color css
<style>
a { background-color: #FFB7BB; }
a { background-color: rgb(255,183,187); }
div.DivClassName
{
background-color: #FFB7BB;
}
.BgClassName
{
background-color: #FFB7BB;
}
</style>
border-color css
<style>
span { border-color: #FFB7BB; }
span { border-color: rgb(255,183,187); }
td.TdClassName
{
border-color: #FFB7BB;
}
.TagClassName
{
border-color: #FFB7BB;
}
</style>