Shades of Light Pink #FFB4BF
Tints of Light Pink #FFB4BF
RGB
CMYK
RGB Variations
Color information
#FFB4BF (or 0xFFB4BF) is known color: Light Pink. HEX triplet: FF, B4 and BF. RGB value is (255,180,191). Sum of RGB (Red+Green+Blue) = 255+180+191=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 180 (70.70% from 255 or 28.75% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4BF is #004B40. Grayscale: #CBCBCB. Windows color (decimal): -19265 or 12563711. OLE color: 12563711.
HSL color Cylindrical-coordinate representation of color #FFB4BF: hue angle of 351.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB4BF is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 191 | - |
| CMYK | 0 | 0.29 | 0.25 | 0 |
| HSL | 351.2º | 1% | 0.85% | - |
| HSV(B) | 351.2º | 0.29% | 1% | - |
| XYZ | 66.97 | 57.66 | 56.89 | - |
| YUV | 203.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 191 | 0 | 0.29 | 0.25 | 0 | 351.2 | 1 | 0.85 |
| Hex | FF | B4 | BF | 0 | 1D | 19 | 0 | 15F | 64 | 55 |
| Octal | 377 | 264 | 277 | 0 | 35 | 31 | 0 | 537 | 144 | 125 |
| Binary | 11111111 | 10110100 | 10111111 | 0 | 11101 | 11001 | 0 | 101011111 | 1100100 | 1010101 |
Color Harmonies of #FFB4BF
Complementary color
Monochromatic Colors of #FFB4BF
Black with #FFB4BF
Text Example
Text Example
White with #FFB4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4BF; }
p { color: rgb(255,180,191); }
H1.HeaderClassName
{
color: #FFB4BF;
}
.AnyTagClassName
{
color: #FFB4BF;
}
</style>
background-color css
<style>
a { background-color: #FFB4BF; }
a { background-color: rgb(255,180,191); }
div.DivClassName
{
background-color: #FFB4BF;
}
.BgClassName
{
background-color: #FFB4BF;
}
</style>
border-color css
<style>
span { border-color: #FFB4BF; }
span { border-color: rgb(255,180,191); }
td.TdClassName
{
border-color: #FFB4BF;
}
.TagClassName
{
border-color: #FFB4BF;
}
</style>