Shades of Light Pink #FFB8B9
Tints of Light Pink #FFB8B9
RGB
CMYK
RGB Variations
Color information
#FFB8B9 (or 0xFFB8B9) is known color: Light Pink. HEX triplet: FF, B8 and B9. RGB value is (255,184,185). Sum of RGB (Red+Green+Blue) = 255+184+185=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB8B9 is #004746. Grayscale: #CDCDCD. Windows color (decimal): -18247 or 12171519. OLE color: 12171519.
HSL color Cylindrical-coordinate representation of color #FFB8B9: hue angle of 359.15º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB8B9 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 184 | 185 | - |
| CMYK | 0 | 0.28 | 0.27 | 0 |
| HSL | 359.15º | 1% | 0.86% | - |
| HSV(B) | 359.15º | 0.28% | 1% | - |
| XYZ | 67.14 | 59.04 | 53.76 | - |
| YUV | 205.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 184 | 185 | 0 | 0.28 | 0.27 | 0 | 359.15 | 1 | 0.86 |
| Hex | FF | B8 | B9 | 0 | 1C | 1B | 0 | 167 | 64 | 56 |
| Octal | 377 | 270 | 271 | 0 | 34 | 33 | 0 | 547 | 144 | 126 |
| Binary | 11111111 | 10111000 | 10111001 | 0 | 11100 | 11011 | 0 | 101100111 | 1100100 | 1010110 |
Color Harmonies of #FFB8B9
Complementary color
Monochromatic Colors of #FFB8B9
Black with #FFB8B9
Text Example
Text Example
White with #FFB8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB8B9; }
p { color: rgb(255,184,185); }
H1.HeaderClassName
{
color: #FFB8B9;
}
.AnyTagClassName
{
color: #FFB8B9;
}
</style>
background-color css
<style>
a { background-color: #FFB8B9; }
a { background-color: rgb(255,184,185); }
div.DivClassName
{
background-color: #FFB8B9;
}
.BgClassName
{
background-color: #FFB8B9;
}
</style>
border-color css
<style>
span { border-color: #FFB8B9; }
span { border-color: rgb(255,184,185); }
td.TdClassName
{
border-color: #FFB8B9;
}
.TagClassName
{
border-color: #FFB8B9;
}
</style>