Shades of Light Pink #FFB7BD
Tints of Light Pink #FFB7BD
RGB
CMYK
RGB Variations
Color information
#FFB7BD (or 0xFFB7BD) is known color: Light Pink. HEX triplet: FF, B7 and BD. RGB value is (255,183,189). Sum of RGB (Red+Green+Blue) = 255+183+189=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 183 (71.88% from 255 or 29.19% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7BD is #004842. Grayscale: #CDCDCD. Windows color (decimal): -18499 or 12433407. OLE color: 12433407.
HSL color Cylindrical-coordinate representation of color #FFB7BD: hue angle of 355º 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 #FFB7BD is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 189 | - |
| CMYK | 0 | 0.28 | 0.26 | 0 |
| HSL | 355º | 1% | 0.86% | - |
| HSV(B) | 355º | 0.28% | 1% | - |
| XYZ | 67.36 | 58.8 | 55.94 | - |
| YUV | 205.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 189 | 0 | 0.28 | 0.26 | 0 | 355 | 1 | 0.86 |
| Hex | FF | B7 | BD | 0 | 1C | 1A | 0 | 163 | 64 | 56 |
| Octal | 377 | 267 | 275 | 0 | 34 | 32 | 0 | 543 | 144 | 126 |
| Binary | 11111111 | 10110111 | 10111101 | 0 | 11100 | 11010 | 0 | 101100011 | 1100100 | 1010110 |
Color Harmonies of #FFB7BD
Complementary color
Monochromatic Colors of #FFB7BD
Black with #FFB7BD
Text Example
Text Example
White with #FFB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7BD; }
p { color: rgb(255,183,189); }
H1.HeaderClassName
{
color: #FFB7BD;
}
.AnyTagClassName
{
color: #FFB7BD;
}
</style>
background-color css
<style>
a { background-color: #FFB7BD; }
a { background-color: rgb(255,183,189); }
div.DivClassName
{
background-color: #FFB7BD;
}
.BgClassName
{
background-color: #FFB7BD;
}
</style>
border-color css
<style>
span { border-color: #FFB7BD; }
span { border-color: rgb(255,183,189); }
td.TdClassName
{
border-color: #FFB7BD;
}
.TagClassName
{
border-color: #FFB7BD;
}
</style>