Shades of Light Pink #FFB7BF
Tints of Light Pink #FFB7BF
RGB
CMYK
RGB Variations
Color information
#FFB7BF (or 0xFFB7BF) is known color: Light Pink. HEX triplet: FF, B7 and BF. RGB value is (255,183,191). Sum of RGB (Red+Green+Blue) = 255+183+191=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 183 (71.88% from 255 or 29.09% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7BF is #004840. Grayscale: #CDCDCD. Windows color (decimal): -18497 or 12564479. OLE color: 12564479.
HSL color Cylindrical-coordinate representation of color #FFB7BF: hue angle of 353.33º 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 #FFB7BF is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 191 | - |
| CMYK | 0 | 0.28 | 0.25 | 0 |
| HSL | 353.33º | 1% | 0.86% | - |
| HSV(B) | 353.33º | 0.28% | 1% | - |
| XYZ | 67.58 | 58.89 | 57.1 | - |
| YUV | 205.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 191 | 0 | 0.28 | 0.25 | 0 | 353.33 | 1 | 0.86 |
| Hex | FF | B7 | BF | 0 | 1C | 19 | 0 | 161 | 64 | 56 |
| Octal | 377 | 267 | 277 | 0 | 34 | 31 | 0 | 541 | 144 | 126 |
| Binary | 11111111 | 10110111 | 10111111 | 0 | 11100 | 11001 | 0 | 101100001 | 1100100 | 1010110 |
Color Harmonies of #FFB7BF
Complementary color
Monochromatic Colors of #FFB7BF
Black with #FFB7BF
Text Example
Text Example
White with #FFB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7BF; }
p { color: rgb(255,183,191); }
H1.HeaderClassName
{
color: #FFB7BF;
}
.AnyTagClassName
{
color: #FFB7BF;
}
</style>
background-color css
<style>
a { background-color: #FFB7BF; }
a { background-color: rgb(255,183,191); }
div.DivClassName
{
background-color: #FFB7BF;
}
.BgClassName
{
background-color: #FFB7BF;
}
</style>
border-color css
<style>
span { border-color: #FFB7BF; }
span { border-color: rgb(255,183,191); }
td.TdClassName
{
border-color: #FFB7BF;
}
.TagClassName
{
border-color: #FFB7BF;
}
</style>