Shades of Light Pink #FFB5B8
Tints of Light Pink #FFB5B8
RGB
CMYK
RGB Variations
Color information
#FFB5B8 (or 0xFFB5B8) is known color: Light Pink. HEX triplet: FF, B5 and B8. RGB value is (255,181,184). Sum of RGB (Red+Green+Blue) = 255+181+184=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 184 (72.27% from 255 or 29.68% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5B8 is #004A47. Grayscale: #CBCBCB. Windows color (decimal): -19016 or 12105215. OLE color: 12105215.
HSL color Cylindrical-coordinate representation of color #FFB5B8: hue angle of 357.57º 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 #FFB5B8 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 181 | 184 | - |
| CMYK | 0 | 0.29 | 0.28 | 0 |
| HSL | 357.57º | 1% | 0.85% | - |
| HSV(B) | 357.57º | 0.29% | 1% | - |
| XYZ | 66.42 | 57.77 | 53 | - |
| YUV | 203.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 181 | 184 | 0 | 0.29 | 0.28 | 0 | 357.57 | 1 | 0.85 |
| Hex | FF | B5 | B8 | 0 | 1D | 1C | 0 | 166 | 64 | 55 |
| Octal | 377 | 265 | 270 | 0 | 35 | 34 | 0 | 546 | 144 | 125 |
| Binary | 11111111 | 10110101 | 10111000 | 0 | 11101 | 11100 | 0 | 101100110 | 1100100 | 1010101 |
Color Harmonies of #FFB5B8
Complementary color
Monochromatic Colors of #FFB5B8
Black with #FFB5B8
Text Example
Text Example
White with #FFB5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB5B8; }
p { color: rgb(255,181,184); }
H1.HeaderClassName
{
color: #FFB5B8;
}
.AnyTagClassName
{
color: #FFB5B8;
}
</style>
background-color css
<style>
a { background-color: #FFB5B8; }
a { background-color: rgb(255,181,184); }
div.DivClassName
{
background-color: #FFB5B8;
}
.BgClassName
{
background-color: #FFB5B8;
}
</style>
border-color css
<style>
span { border-color: #FFB5B8; }
span { border-color: rgb(255,181,184); }
td.TdClassName
{
border-color: #FFB5B8;
}
.TagClassName
{
border-color: #FFB5B8;
}
</style>