Shades of Light Pink #FFB2BC
Tints of Light Pink #FFB2BC
RGB
CMYK
RGB Variations
Color information
#FFB2BC (or 0xFFB2BC) is known color: Light Pink. HEX triplet: FF, B2 and BC. RGB value is (255,178,188). Sum of RGB (Red+Green+Blue) = 255+178+188=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2BC is #004D43. Grayscale: #CACACA. Windows color (decimal): -19780 or 12366591. OLE color: 12366591.
HSL color Cylindrical-coordinate representation of color #FFB2BC: hue angle of 352.21º 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 #FFB2BC is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 188 | - |
| CMYK | 0 | 0.30 | 0.26 | 0 |
| HSL | 352.21º | 1% | 0.85% | - |
| HSV(B) | 352.21º | 0.3% | 1% | - |
| XYZ | 66.24 | 56.73 | 55.04 | - |
| YUV | 202.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 188 | 0 | 0.30 | 0.26 | 0 | 352.21 | 1 | 0.85 |
| Hex | FF | B2 | BC | 0 | 1E | 1A | 0 | 160 | 64 | 55 |
| Octal | 377 | 262 | 274 | 0 | 36 | 32 | 0 | 540 | 144 | 125 |
| Binary | 11111111 | 10110010 | 10111100 | 0 | 11110 | 11010 | 0 | 101100000 | 1100100 | 1010101 |
Color Harmonies of #FFB2BC
Complementary color
Monochromatic Colors of #FFB2BC
Black with #FFB2BC
Text Example
Text Example
White with #FFB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2BC; }
p { color: rgb(255,178,188); }
H1.HeaderClassName
{
color: #FFB2BC;
}
.AnyTagClassName
{
color: #FFB2BC;
}
</style>
background-color css
<style>
a { background-color: #FFB2BC; }
a { background-color: rgb(255,178,188); }
div.DivClassName
{
background-color: #FFB2BC;
}
.BgClassName
{
background-color: #FFB2BC;
}
</style>
border-color css
<style>
span { border-color: #FFB2BC; }
span { border-color: rgb(255,178,188); }
td.TdClassName
{
border-color: #FFB2BC;
}
.TagClassName
{
border-color: #FFB2BC;
}
</style>