Shades of Pink #FFB9CD
Tints of Pink #FFB9CD
RGB
CMYK
RGB Variations
Color information
#FFB9CD (or 0xFFB9CD) is known color: Pink. HEX triplet: FF, B9 and CD. RGB value is (255,185,205). Sum of RGB (Red+Green+Blue) = 255+185+205=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9CD is #004632. Grayscale: #D0D0D0. Windows color (decimal): -17971 or 13482495. OLE color: 13482495.
HSL color Cylindrical-coordinate representation of color #FFB9CD: hue angle of 342.86º 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 #FFB9CD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 205 | - |
| CMYK | 0 | 0.27 | 0.20 | 0 |
| HSL | 342.86º | 1% | 0.86% | - |
| HSV(B) | 342.86º | 0.27% | 1% | - |
| XYZ | 69.61 | 60.37 | 65.74 | - |
| YUV | 208.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 205 | 0 | 0.27 | 0.20 | 0 | 342.86 | 1 | 0.86 |
| Hex | FF | B9 | CD | 0 | 1B | 14 | 0 | 157 | 64 | 56 |
| Octal | 377 | 271 | 315 | 0 | 33 | 24 | 0 | 527 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11001101 | 0 | 11011 | 10100 | 0 | 101010111 | 1100100 | 1010110 |
Color Harmonies of #FFB9CD
Complementary color
Monochromatic Colors of #FFB9CD
Black with #FFB9CD
Text Example
Text Example
White with #FFB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9CD; }
p { color: rgb(255,185,205); }
H1.HeaderClassName
{
color: #FFB9CD;
}
.AnyTagClassName
{
color: #FFB9CD;
}
</style>
background-color css
<style>
a { background-color: #FFB9CD; }
a { background-color: rgb(255,185,205); }
div.DivClassName
{
background-color: #FFB9CD;
}
.BgClassName
{
background-color: #FFB9CD;
}
</style>
border-color css
<style>
span { border-color: #FFB9CD; }
span { border-color: rgb(255,185,205); }
td.TdClassName
{
border-color: #FFB9CD;
}
.TagClassName
{
border-color: #FFB9CD;
}
</style>