Shades of Light Pink #FFB3BF
Tints of Light Pink #FFB3BF
RGB
CMYK
RGB Variations
Color information
#FFB3BF (or 0xFFB3BF) is known color: Light Pink. HEX triplet: FF, B3 and BF. RGB value is (255,179,191). Sum of RGB (Red+Green+Blue) = 255+179+191=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB3BF is #004C40. Grayscale: #CBCBCB. Windows color (decimal): -19521 or 12563455. OLE color: 12563455.
HSL color Cylindrical-coordinate representation of color #FFB3BF: hue angle of 350.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB3BF is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 179 | 191 | - |
| CMYK | 0 | 0.30 | 0.25 | 0 |
| HSL | 350.53º | 1% | 0.85% | - |
| HSV(B) | 350.53º | 0.3% | 1% | - |
| XYZ | 66.76 | 57.26 | 56.82 | - |
| YUV | 203.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 179 | 191 | 0 | 0.30 | 0.25 | 0 | 350.53 | 1 | 0.85 |
| Hex | FF | B3 | BF | 0 | 1E | 19 | 0 | 15F | 64 | 55 |
| Octal | 377 | 263 | 277 | 0 | 36 | 31 | 0 | 537 | 144 | 125 |
| Binary | 11111111 | 10110011 | 10111111 | 0 | 11110 | 11001 | 0 | 101011111 | 1100100 | 1010101 |
Color Harmonies of #FFB3BF
Complementary color
Monochromatic Colors of #FFB3BF
Black with #FFB3BF
Text Example
Text Example
White with #FFB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB3BF; }
p { color: rgb(255,179,191); }
H1.HeaderClassName
{
color: #FFB3BF;
}
.AnyTagClassName
{
color: #FFB3BF;
}
</style>
background-color css
<style>
a { background-color: #FFB3BF; }
a { background-color: rgb(255,179,191); }
div.DivClassName
{
background-color: #FFB3BF;
}
.BgClassName
{
background-color: #FFB3BF;
}
</style>
border-color css
<style>
span { border-color: #FFB3BF; }
span { border-color: rgb(255,179,191); }
td.TdClassName
{
border-color: #FFB3BF;
}
.TagClassName
{
border-color: #FFB3BF;
}
</style>