Shades of Pink #FFB9CC
Tints of Pink #FFB9CC
RGB
CMYK
RGB Variations
Color information
#FFB9CC (or 0xFFB9CC) is known color: Pink. HEX triplet: FF, B9 and CC. RGB value is (255,185,204). Sum of RGB (Red+Green+Blue) = 255+185+204=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9CC is #004633. Grayscale: #D0D0D0. Windows color (decimal): -17972 or 13416959. OLE color: 13416959.
HSL color Cylindrical-coordinate representation of color #FFB9CC: hue angle of 343.71º 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 #FFB9CC is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 204 | - |
| CMYK | 0 | 0.27 | 0.2 | 0 |
| HSL | 343.71º | 1% | 0.86% | - |
| HSV(B) | 343.71º | 0.27% | 1% | - |
| XYZ | 69.49 | 60.32 | 65.11 | - |
| YUV | 208.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 204 | 0 | 0.27 | 0.2 | 0 | 343.71 | 1 | 0.86 |
| Hex | FF | B9 | CC | 0 | 1B | 14 | 0 | 158 | 64 | 56 |
| Octal | 377 | 271 | 314 | 0 | 33 | 24 | 0 | 530 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11001100 | 0 | 11011 | 10100 | 0 | 101011000 | 1100100 | 1010110 |
Color Harmonies of #FFB9CC
Complementary color
Monochromatic Colors of #FFB9CC
Black with #FFB9CC
Text Example
Text Example
White with #FFB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9CC; }
p { color: rgb(255,185,204); }
H1.HeaderClassName
{
color: #FFB9CC;
}
.AnyTagClassName
{
color: #FFB9CC;
}
</style>
background-color css
<style>
a { background-color: #FFB9CC; }
a { background-color: rgb(255,185,204); }
div.DivClassName
{
background-color: #FFB9CC;
}
.BgClassName
{
background-color: #FFB9CC;
}
</style>
border-color css
<style>
span { border-color: #FFB9CC; }
span { border-color: rgb(255,185,204); }
td.TdClassName
{
border-color: #FFB9CC;
}
.TagClassName
{
border-color: #FFB9CC;
}
</style>