Shades of Pink #FFB9C9
Tints of Pink #FFB9C9
RGB
CMYK
RGB Variations
Color information
#FFB9C9 (or 0xFFB9C9) is known color: Pink. HEX triplet: FF, B9 and C9. RGB value is (255,185,201). Sum of RGB (Red+Green+Blue) = 255+185+201=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9C9 is #004636. Grayscale: #CFCFCF. Windows color (decimal): -17975 or 13220351. OLE color: 13220351.
HSL color Cylindrical-coordinate representation of color #FFB9C9: hue angle of 346.29º 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 #FFB9C9 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 201 | - |
| CMYK | 0 | 0.27 | 0.21 | 0 |
| HSL | 346.29º | 1% | 0.86% | - |
| HSV(B) | 346.29º | 0.27% | 1% | - |
| XYZ | 69.13 | 60.17 | 63.23 | - |
| YUV | 207.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 201 | 0 | 0.27 | 0.21 | 0 | 346.29 | 1 | 0.86 |
| Hex | FF | B9 | C9 | 0 | 1B | 15 | 0 | 15A | 64 | 56 |
| Octal | 377 | 271 | 311 | 0 | 33 | 25 | 0 | 532 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11001001 | 0 | 11011 | 10101 | 0 | 101011010 | 1100100 | 1010110 |
Color Harmonies of #FFB9C9
Complementary color
Monochromatic Colors of #FFB9C9
Black with #FFB9C9
Text Example
Text Example
White with #FFB9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9C9; }
p { color: rgb(255,185,201); }
H1.HeaderClassName
{
color: #FFB9C9;
}
.AnyTagClassName
{
color: #FFB9C9;
}
</style>
background-color css
<style>
a { background-color: #FFB9C9; }
a { background-color: rgb(255,185,201); }
div.DivClassName
{
background-color: #FFB9C9;
}
.BgClassName
{
background-color: #FFB9C9;
}
</style>
border-color css
<style>
span { border-color: #FFB9C9; }
span { border-color: rgb(255,185,201); }
td.TdClassName
{
border-color: #FFB9C9;
}
.TagClassName
{
border-color: #FFB9C9;
}
</style>