Shades of Light Pink #FFB9C7
Tints of Light Pink #FFB9C7
RGB
CMYK
RGB Variations
Color information
#FFB9C7 (or 0xFFB9C7) is known color: Light Pink. HEX triplet: FF, B9 and C7. RGB value is (255,185,199). Sum of RGB (Red+Green+Blue) = 255+185+199=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9C7 is #004638. Grayscale: #CFCFCF. Windows color (decimal): -17977 or 13089279. OLE color: 13089279.
HSL color Cylindrical-coordinate representation of color #FFB9C7: hue angle of 348º 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 #FFB9C7 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 199 | - |
| CMYK | 0 | 0.27 | 0.22 | 0 |
| HSL | 348º | 1% | 0.86% | - |
| HSV(B) | 348º | 0.27% | 1% | - |
| XYZ | 68.9 | 60.08 | 62 | - |
| YUV | 207.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 199 | 0 | 0.27 | 0.22 | 0 | 348 | 1 | 0.86 |
| Hex | FF | B9 | C7 | 0 | 1B | 16 | 0 | 15C | 64 | 56 |
| Octal | 377 | 271 | 307 | 0 | 33 | 26 | 0 | 534 | 144 | 126 |
| Binary | 11111111 | 10111001 | 11000111 | 0 | 11011 | 10110 | 0 | 101011100 | 1100100 | 1010110 |
Color Harmonies of #FFB9C7
Complementary color
Monochromatic Colors of #FFB9C7
Black with #FFB9C7
Text Example
Text Example
White with #FFB9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB9C7; }
p { color: rgb(255,185,199); }
H1.HeaderClassName
{
color: #FFB9C7;
}
.AnyTagClassName
{
color: #FFB9C7;
}
</style>
background-color css
<style>
a { background-color: #FFB9C7; }
a { background-color: rgb(255,185,199); }
div.DivClassName
{
background-color: #FFB9C7;
}
.BgClassName
{
background-color: #FFB9C7;
}
</style>
border-color css
<style>
span { border-color: #FFB9C7; }
span { border-color: rgb(255,185,199); }
td.TdClassName
{
border-color: #FFB9C7;
}
.TagClassName
{
border-color: #FFB9C7;
}
</style>