Shades of Light Pink #FFB2BD
Tints of Light Pink #FFB2BD
RGB
CMYK
RGB Variations
Color information
#FFB2BD (or 0xFFB2BD) is known color: Light Pink. HEX triplet: FF, B2 and BD. RGB value is (255,178,189). Sum of RGB (Red+Green+Blue) = 255+178+189=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 178 (69.92% from 255 or 28.62% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2BD is #004D42. Grayscale: #CACACA. Windows color (decimal): -19779 or 12432127. OLE color: 12432127.
HSL color Cylindrical-coordinate representation of color #FFB2BD: hue angle of 351.43º 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 #FFB2BD is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 189 | - |
| CMYK | 0 | 0.30 | 0.26 | 0 |
| HSL | 351.43º | 1% | 0.85% | - |
| HSV(B) | 351.43º | 0.3% | 1% | - |
| XYZ | 66.35 | 56.77 | 55.61 | - |
| YUV | 202.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 189 | 0 | 0.30 | 0.26 | 0 | 351.43 | 1 | 0.85 |
| Hex | FF | B2 | BD | 0 | 1E | 1A | 0 | 15F | 64 | 55 |
| Octal | 377 | 262 | 275 | 0 | 36 | 32 | 0 | 537 | 144 | 125 |
| Binary | 11111111 | 10110010 | 10111101 | 0 | 11110 | 11010 | 0 | 101011111 | 1100100 | 1010101 |
Color Harmonies of #FFB2BD
Complementary color
Monochromatic Colors of #FFB2BD
Black with #FFB2BD
Text Example
Text Example
White with #FFB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2BD; }
p { color: rgb(255,178,189); }
H1.HeaderClassName
{
color: #FFB2BD;
}
.AnyTagClassName
{
color: #FFB2BD;
}
</style>
background-color css
<style>
a { background-color: #FFB2BD; }
a { background-color: rgb(255,178,189); }
div.DivClassName
{
background-color: #FFB2BD;
}
.BgClassName
{
background-color: #FFB2BD;
}
</style>
border-color css
<style>
span { border-color: #FFB2BD; }
span { border-color: rgb(255,178,189); }
td.TdClassName
{
border-color: #FFB2BD;
}
.TagClassName
{
border-color: #FFB2BD;
}
</style>