Shades of Your Pink #FFB9B9
Tints of Your Pink #FFB9B9
RGB
CMYK
RGB Variations
Color information
#FFB9B9 (or 0xFFB9B9) is known color: Your Pink. HEX triplet: FF, B9 and B9. RGB value is (255,185,185). Sum of RGB (Red+Green+Blue) = 255+185+185=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9B9 is #004646. Grayscale: #CDCDCD. Windows color (decimal): -17991 or 12171775. OLE color: 12171775.
HSL color Cylindrical-coordinate representation of color #FFB9B9: hue angle of 0º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9B9 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 185 | - |
| CMYK | 0 | 0.27 | 0.27 | 0 |
| HSL | 0º | 1% | 0.86% | - |
| HSV(B) | 0º | 0.27% | 1% | - |
| XYZ | 67.35 | 59.46 | 53.83 | - |
| YUV | 205.93 | 116.19 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 185 | 0 | 0.27 | 0.27 | 0 | 0 | 1 | 0.86 |
| Hex | FF | B9 | B9 | 0 | 1B | 1B | 0 | 0 | 64 | 56 |
| Octal | 377 | 271 | 271 | 0 | 33 | 33 | 0 | 0 | 144 | 126 |
| Binary | 11111111 | 10111001 | 10111001 | 0 | 11011 | 11011 | 0 | 0 | 1100100 | 1010110 |
Color Harmonies of #FFB9B9
Complementary color
Monochromatic Colors of #FFB9B9
Black with #FFB9B9
Text Example
Text Example
White with #FFB9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9B9; }
p { color: rgb(255,185,185); }
H1.HeaderClassName
{
color: #FFB9B9;
}
.AnyTagClassName
{
color: #FFB9B9;
}
</style>
background-color css
<style>
a { background-color: #FFB9B9; }
a { background-color: rgb(255,185,185); }
div.DivClassName
{
background-color: #FFB9B9;
}
.BgClassName
{
background-color: #FFB9B9;
}
</style>
border-color css
<style>
span { border-color: #FFB9B9; }
span { border-color: rgb(255,185,185); }
td.TdClassName
{
border-color: #FFB9B9;
}
.TagClassName
{
border-color: #FFB9B9;
}
</style>