Shades of Your Pink #FFC9B7
Tints of Your Pink #FFC9B7
RGB
CMYK
RGB Variations
Color information
#FFC9B7 (or 0xFFC9B7) is known color: Your Pink. HEX triplet: FF, C9 and B7. RGB value is (255,201,183). Sum of RGB (Red+Green+Blue) = 255+201+183=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9B7 is #003648. Grayscale: #D7D7D7. Windows color (decimal): -13897 or 12044799. OLE color: 12044799.
HSL color Cylindrical-coordinate representation of color #FFC9B7: hue angle of 15º 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 #FFC9B7 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 183 | - |
| CMYK | 0 | 0.21 | 0.28 | 0 |
| HSL | 15º | 1% | 0.86% | - |
| HSV(B) | 15º | 0.28% | 1% | - |
| XYZ | 70.67 | 66.45 | 53.9 | - |
| YUV | 215.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 183 | 0 | 0.21 | 0.28 | 0 | 15 | 1 | 0.86 |
| Hex | FF | C9 | B7 | 0 | 15 | 1C | 0 | F | 64 | 56 |
| Octal | 377 | 311 | 267 | 0 | 25 | 34 | 0 | 17 | 144 | 126 |
| Binary | 11111111 | 11001001 | 10110111 | 0 | 10101 | 11100 | 0 | 1111 | 1100100 | 1010110 |
Color Harmonies of #FFC9B7
Complementary color
Monochromatic Colors of #FFC9B7
Black with #FFC9B7
Text Example
Text Example
White with #FFC9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9B7; }
p { color: rgb(255,201,183); }
H1.HeaderClassName
{
color: #FFC9B7;
}
.AnyTagClassName
{
color: #FFC9B7;
}
</style>
background-color css
<style>
a { background-color: #FFC9B7; }
a { background-color: rgb(255,201,183); }
div.DivClassName
{
background-color: #FFC9B7;
}
.BgClassName
{
background-color: #FFC9B7;
}
</style>
border-color css
<style>
span { border-color: #FFC9B7; }
span { border-color: rgb(255,201,183); }
td.TdClassName
{
border-color: #FFC9B7;
}
.TagClassName
{
border-color: #FFC9B7;
}
</style>