Shades of Light Pink #FFB2B4
Tints of Light Pink #FFB2B4
RGB
CMYK
RGB Variations
Color information
#FFB2B4 (or 0xFFB2B4) is known color: Light Pink. HEX triplet: FF, B2 and B4. RGB value is (255,178,180). Sum of RGB (Red+Green+Blue) = 255+178+180=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2B4 is #004D4B. Grayscale: #C9C9C9. Windows color (decimal): -19788 or 11842303. OLE color: 11842303.
HSL color Cylindrical-coordinate representation of color #FFB2B4: hue angle of 358.44º 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 #FFB2B4 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 180 | - |
| CMYK | 0 | 0.30 | 0.29 | 0 |
| HSL | 358.44º | 1% | 0.85% | - |
| HSV(B) | 358.44º | 0.3% | 1% | - |
| XYZ | 65.4 | 56.4 | 50.62 | - |
| YUV | 201.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 180 | 0 | 0.30 | 0.29 | 0 | 358.44 | 1 | 0.85 |
| Hex | FF | B2 | B4 | 0 | 1E | 1D | 0 | 166 | 64 | 55 |
| Octal | 377 | 262 | 264 | 0 | 36 | 35 | 0 | 546 | 144 | 125 |
| Binary | 11111111 | 10110010 | 10110100 | 0 | 11110 | 11101 | 0 | 101100110 | 1100100 | 1010101 |
Color Harmonies of #FFB2B4
Complementary color
Monochromatic Colors of #FFB2B4
Black with #FFB2B4
Text Example
Text Example
White with #FFB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB2B4; }
p { color: rgb(255,178,180); }
H1.HeaderClassName
{
color: #FFB2B4;
}
.AnyTagClassName
{
color: #FFB2B4;
}
</style>
background-color css
<style>
a { background-color: #FFB2B4; }
a { background-color: rgb(255,178,180); }
div.DivClassName
{
background-color: #FFB2B4;
}
.BgClassName
{
background-color: #FFB2B4;
}
</style>
border-color css
<style>
span { border-color: #FFB2B4; }
span { border-color: rgb(255,178,180); }
td.TdClassName
{
border-color: #FFB2B4;
}
.TagClassName
{
border-color: #FFB2B4;
}
</style>