Shades of Light Pink #FFB9C5
Tints of Light Pink #FFB9C5
RGB
CMYK
RGB Variations
Color information
#FFB9C5 (or 0xFFB9C5) is known color: Light Pink. HEX triplet: FF, B9 and C5. RGB value is (255,185,197). Sum of RGB (Red+Green+Blue) = 255+185+197=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9C5 is #00463A. Grayscale: #CFCFCF. Windows color (decimal): -17979 or 12958207. OLE color: 12958207.
HSL color Cylindrical-coordinate representation of color #FFB9C5: hue angle of 349.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 #FFB9C5 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 197 | - |
| CMYK | 0 | 0.27 | 0.23 | 0 |
| HSL | 349.71º | 1% | 0.86% | - |
| HSV(B) | 349.71º | 0.27% | 1% | - |
| XYZ | 68.67 | 59.99 | 60.78 | - |
| YUV | 207.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 197 | 0 | 0.27 | 0.23 | 0 | 349.71 | 1 | 0.86 |
| Hex | FF | B9 | C5 | 0 | 1B | 17 | 0 | 15E | 64 | 56 |
| Octal | 377 | 271 | 305 | 0 | 33 | 27 | 0 | 536 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11000101 | 0 | 11011 | 10111 | 0 | 101011110 | 1100100 | 1010110 |
Color Harmonies of #FFB9C5
Complementary color
Monochromatic Colors of #FFB9C5
Black with #FFB9C5
Text Example
Text Example
White with #FFB9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9C5; }
p { color: rgb(255,185,197); }
H1.HeaderClassName
{
color: #FFB9C5;
}
.AnyTagClassName
{
color: #FFB9C5;
}
</style>
background-color css
<style>
a { background-color: #FFB9C5; }
a { background-color: rgb(255,185,197); }
div.DivClassName
{
background-color: #FFB9C5;
}
.BgClassName
{
background-color: #FFB9C5;
}
</style>
border-color css
<style>
span { border-color: #FFB9C5; }
span { border-color: rgb(255,185,197); }
td.TdClassName
{
border-color: #FFB9C5;
}
.TagClassName
{
border-color: #FFB9C5;
}
</style>