Shades of Your Pink #FFC9C5
Tints of Your Pink #FFC9C5
RGB
CMYK
RGB Variations
Color information
#FFC9C5 (or 0xFFC9C5) is known color: Your Pink. HEX triplet: FF, C9 and C5. RGB value is (255,201,197). Sum of RGB (Red+Green+Blue) = 255+201+197=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9C5 is #00363A. Grayscale: #D8D8D8. Windows color (decimal): -13883 or 12962303. OLE color: 12962303.
HSL color Cylindrical-coordinate representation of color #FFC9C5: hue angle of 4.14º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC9C5 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 197 | - |
| CMYK | 0 | 0.21 | 0.23 | 0 |
| HSL | 4.14º | 1% | 0.89% | - |
| HSV(B) | 4.14º | 0.23% | 1% | - |
| XYZ | 72.2 | 67.06 | 61.96 | - |
| YUV | 216.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 197 | 0 | 0.21 | 0.23 | 0 | 4.14 | 1 | 0.89 |
| Hex | FF | C9 | C5 | 0 | 15 | 17 | 0 | 4 | 64 | 59 |
| Octal | 377 | 311 | 305 | 0 | 25 | 27 | 0 | 4 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11000101 | 0 | 10101 | 10111 | 0 | 100 | 1100100 | 1011001 |
Color Harmonies of #FFC9C5
Complementary color
Monochromatic Colors of #FFC9C5
Black with #FFC9C5
Text Example
Text Example
White with #FFC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9C5; }
p { color: rgb(255,201,197); }
H1.HeaderClassName
{
color: #FFC9C5;
}
.AnyTagClassName
{
color: #FFC9C5;
}
</style>
background-color css
<style>
a { background-color: #FFC9C5; }
a { background-color: rgb(255,201,197); }
div.DivClassName
{
background-color: #FFC9C5;
}
.BgClassName
{
background-color: #FFC9C5;
}
</style>
border-color css
<style>
span { border-color: #FFC9C5; }
span { border-color: rgb(255,201,197); }
td.TdClassName
{
border-color: #FFC9C5;
}
.TagClassName
{
border-color: #FFC9C5;
}
</style>