Shades of Pink #FFB7C9
Tints of Pink #FFB7C9
RGB
CMYK
RGB Variations
Color information
#FFB7C9 (or 0xFFB7C9) is known color: Pink. HEX triplet: FF, B7 and C9. RGB value is (255,183,201). Sum of RGB (Red+Green+Blue) = 255+183+201=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 201 (78.91% from 255 or 31.46% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB7C9 is #004836. Grayscale: #CECECE. Windows color (decimal): -18487 or 13219839. OLE color: 13219839.
HSL color Cylindrical-coordinate representation of color #FFB7C9: hue angle of 345º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7C9 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 183 | 201 | - |
| CMYK | 0 | 0.28 | 0.21 | 0 |
| HSL | 345º | 1% | 0.86% | - |
| HSV(B) | 345º | 0.28% | 1% | - |
| XYZ | 68.72 | 59.34 | 63.09 | - |
| YUV | 206.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 183 | 201 | 0 | 0.28 | 0.21 | 0 | 345 | 1 | 0.86 |
| Hex | FF | B7 | C9 | 0 | 1C | 15 | 0 | 159 | 64 | 56 |
| Octal | 377 | 267 | 311 | 0 | 34 | 25 | 0 | 531 | 144 | 126 |
| Binary | 11111111 | 10110111 | 11001001 | 0 | 11100 | 10101 | 0 | 101011001 | 1100100 | 1010110 |
Color Harmonies of #FFB7C9
Complementary color
Monochromatic Colors of #FFB7C9
Black with #FFB7C9
Text Example
Text Example
White with #FFB7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB7C9; }
p { color: rgb(255,183,201); }
H1.HeaderClassName
{
color: #FFB7C9;
}
.AnyTagClassName
{
color: #FFB7C9;
}
</style>
background-color css
<style>
a { background-color: #FFB7C9; }
a { background-color: rgb(255,183,201); }
div.DivClassName
{
background-color: #FFB7C9;
}
.BgClassName
{
background-color: #FFB7C9;
}
</style>
border-color css
<style>
span { border-color: #FFB7C9; }
span { border-color: rgb(255,183,201); }
td.TdClassName
{
border-color: #FFB7C9;
}
.TagClassName
{
border-color: #FFB7C9;
}
</style>