Shades of Light Pink #FFB4B5
Tints of Light Pink #FFB4B5
RGB
CMYK
RGB Variations
Color information
#FFB4B5 (or 0xFFB4B5) is known color: Light Pink. HEX triplet: FF, B4 and B5. RGB value is (255,180,181). Sum of RGB (Red+Green+Blue) = 255+180+181=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB4B5 is #004B4A. Grayscale: #CACACA. Windows color (decimal): -19275 or 11908351. OLE color: 11908351.
HSL color Cylindrical-coordinate representation of color #FFB4B5: hue angle of 359.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 #FFB4B5 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 181 | - |
| CMYK | 0 | 0.29 | 0.29 | 0 |
| HSL | 359.2º | 1% | 0.85% | - |
| HSV(B) | 359.2º | 0.29% | 1% | - |
| XYZ | 65.9 | 57.24 | 51.29 | - |
| YUV | 202.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 181 | 0 | 0.29 | 0.29 | 0 | 359.2 | 1 | 0.85 |
| Hex | FF | B4 | B5 | 0 | 1D | 1D | 0 | 167 | 64 | 55 |
| Octal | 377 | 264 | 265 | 0 | 35 | 35 | 0 | 547 | 144 | 125 |
| Binary | 11111111 | 10110100 | 10110101 | 0 | 11101 | 11101 | 0 | 101100111 | 1100100 | 1010101 |
Color Harmonies of #FFB4B5
Complementary color
Monochromatic Colors of #FFB4B5
Black with #FFB4B5
Text Example
Text Example
White with #FFB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB4B5; }
p { color: rgb(255,180,181); }
H1.HeaderClassName
{
color: #FFB4B5;
}
.AnyTagClassName
{
color: #FFB4B5;
}
</style>
background-color css
<style>
a { background-color: #FFB4B5; }
a { background-color: rgb(255,180,181); }
div.DivClassName
{
background-color: #FFB4B5;
}
.BgClassName
{
background-color: #FFB4B5;
}
</style>
border-color css
<style>
span { border-color: #FFB4B5; }
span { border-color: rgb(255,180,181); }
td.TdClassName
{
border-color: #FFB4B5;
}
.TagClassName
{
border-color: #FFB4B5;
}
</style>