Shades of Pink #FFB9C8
Tints of Pink #FFB9C8
RGB
CMYK
RGB Variations
Color information
#FFB9C8 (or 0xFFB9C8) is known color: Pink. HEX triplet: FF, B9 and C8. RGB value is (255,185,200). Sum of RGB (Red+Green+Blue) = 255+185+200=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9C8 is #004637. Grayscale: #CFCFCF. Windows color (decimal): -17976 or 13154815. OLE color: 13154815.
HSL color Cylindrical-coordinate representation of color #FFB9C8: hue angle of 347.14º 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 #FFB9C8 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 200 | - |
| CMYK | 0 | 0.27 | 0.22 | 0 |
| HSL | 347.14º | 1% | 0.86% | - |
| HSV(B) | 347.14º | 0.27% | 1% | - |
| XYZ | 69.01 | 60.13 | 62.61 | - |
| YUV | 207.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 200 | 0 | 0.27 | 0.22 | 0 | 347.14 | 1 | 0.86 |
| Hex | FF | B9 | C8 | 0 | 1B | 16 | 0 | 15B | 64 | 56 |
| Octal | 377 | 271 | 310 | 0 | 33 | 26 | 0 | 533 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11001000 | 0 | 11011 | 10110 | 0 | 101011011 | 1100100 | 1010110 |
Color Harmonies of #FFB9C8
Complementary color
Monochromatic Colors of #FFB9C8
Black with #FFB9C8
Text Example
Text Example
White with #FFB9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9C8; }
p { color: rgb(255,185,200); }
H1.HeaderClassName
{
color: #FFB9C8;
}
.AnyTagClassName
{
color: #FFB9C8;
}
</style>
background-color css
<style>
a { background-color: #FFB9C8; }
a { background-color: rgb(255,185,200); }
div.DivClassName
{
background-color: #FFB9C8;
}
.BgClassName
{
background-color: #FFB9C8;
}
</style>
border-color css
<style>
span { border-color: #FFB9C8; }
span { border-color: rgb(255,185,200); }
td.TdClassName
{
border-color: #FFB9C8;
}
.TagClassName
{
border-color: #FFB9C8;
}
</style>