Shades of Light Pink #FFB7B8
Tints of Light Pink #FFB7B8
RGB
CMYK
RGB Variations
Color information
#FFB7B8 (or 0xFFB7B8) is known color: Light Pink. HEX triplet: FF, B7 and B8. RGB value is (255,183,184). Sum of RGB (Red+Green+Blue) = 255+183+184=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7B8 is #004847. Grayscale: #CCCCCC. Windows color (decimal): -18504 or 12105727. OLE color: 12105727.
HSL color Cylindrical-coordinate representation of color #FFB7B8: hue angle of 359.17º 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 #FFB7B8 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 184 | - |
| CMYK | 0 | 0.28 | 0.28 | 0 |
| HSL | 359.17º | 1% | 0.86% | - |
| HSV(B) | 359.17º | 0.28% | 1% | - |
| XYZ | 66.83 | 58.59 | 53.13 | - |
| YUV | 204.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 184 | 0 | 0.28 | 0.28 | 0 | 359.17 | 1 | 0.86 |
| Hex | FF | B7 | B8 | 0 | 1C | 1C | 0 | 167 | 64 | 56 |
| Octal | 377 | 267 | 270 | 0 | 34 | 34 | 0 | 547 | 144 | 126 |
| Binary | 11111111 | 10110111 | 10111000 | 0 | 11100 | 11100 | 0 | 101100111 | 1100100 | 1010110 |
Color Harmonies of #FFB7B8
Complementary color
Monochromatic Colors of #FFB7B8
Black with #FFB7B8
Text Example
Text Example
White with #FFB7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7B8; }
p { color: rgb(255,183,184); }
H1.HeaderClassName
{
color: #FFB7B8;
}
.AnyTagClassName
{
color: #FFB7B8;
}
</style>
background-color css
<style>
a { background-color: #FFB7B8; }
a { background-color: rgb(255,183,184); }
div.DivClassName
{
background-color: #FFB7B8;
}
.BgClassName
{
background-color: #FFB7B8;
}
</style>
border-color css
<style>
span { border-color: #FFB7B8; }
span { border-color: rgb(255,183,184); }
td.TdClassName
{
border-color: #FFB7B8;
}
.TagClassName
{
border-color: #FFB7B8;
}
</style>