Shades of Light Pink #FFB4BC
Tints of Light Pink #FFB4BC
RGB
CMYK
RGB Variations
Color information
#FFB4BC (or 0xFFB4BC) is known color: Light Pink. HEX triplet: FF, B4 and BC. RGB value is (255,180,188). Sum of RGB (Red+Green+Blue) = 255+180+188=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 180 (70.70% from 255 or 28.89% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4BC is #004B43. Grayscale: #CBCBCB. Windows color (decimal): -19268 or 12367103. OLE color: 12367103.
HSL color Cylindrical-coordinate representation of color #FFB4BC: hue angle of 353.6º 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 #FFB4BC is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 188 | - |
| CMYK | 0 | 0.29 | 0.26 | 0 |
| HSL | 353.6º | 1% | 0.85% | - |
| HSV(B) | 353.6º | 0.29% | 1% | - |
| XYZ | 66.64 | 57.53 | 55.17 | - |
| YUV | 203.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 188 | 0 | 0.29 | 0.26 | 0 | 353.6 | 1 | 0.85 |
| Hex | FF | B4 | BC | 0 | 1D | 1A | 0 | 162 | 64 | 55 |
| Octal | 377 | 264 | 274 | 0 | 35 | 32 | 0 | 542 | 144 | 125 |
| Binary | 11111111 | 10110100 | 10111100 | 0 | 11101 | 11010 | 0 | 101100010 | 1100100 | 1010101 |
Color Harmonies of #FFB4BC
Complementary color
Monochromatic Colors of #FFB4BC
Black with #FFB4BC
Text Example
Text Example
White with #FFB4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4BC; }
p { color: rgb(255,180,188); }
H1.HeaderClassName
{
color: #FFB4BC;
}
.AnyTagClassName
{
color: #FFB4BC;
}
</style>
background-color css
<style>
a { background-color: #FFB4BC; }
a { background-color: rgb(255,180,188); }
div.DivClassName
{
background-color: #FFB4BC;
}
.BgClassName
{
background-color: #FFB4BC;
}
</style>
border-color css
<style>
span { border-color: #FFB4BC; }
span { border-color: rgb(255,180,188); }
td.TdClassName
{
border-color: #FFB4BC;
}
.TagClassName
{
border-color: #FFB4BC;
}
</style>