Shades of Your Pink #FFC9BD
Tints of Your Pink #FFC9BD
RGB
CMYK
RGB Variations
Color information
#FFC9BD (or 0xFFC9BD) is known color: Your Pink. HEX triplet: FF, C9 and BD. RGB value is (255,201,189). Sum of RGB (Red+Green+Blue) = 255+201+189=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9BD is #003642. Grayscale: #D7D7D7. Windows color (decimal): -13891 or 12438015. OLE color: 12438015.
HSL color Cylindrical-coordinate representation of color #FFC9BD: hue angle of 10.91º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFC9BD is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 189 | - |
| CMYK | 0 | 0.21 | 0.26 | 0 |
| HSL | 10.91º | 1% | 0.87% | - |
| HSV(B) | 10.91º | 0.26% | 1% | - |
| XYZ | 71.31 | 66.71 | 57.26 | - |
| YUV | 215.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 189 | 0 | 0.21 | 0.26 | 0 | 10.91 | 1 | 0.87 |
| Hex | FF | C9 | BD | 0 | 15 | 1A | 0 | B | 64 | 57 |
| Octal | 377 | 311 | 275 | 0 | 25 | 32 | 0 | 13 | 144 | 127 |
| Binary | 11111111 | 11001001 | 10111101 | 0 | 10101 | 11010 | 0 | 1011 | 1100100 | 1010111 |
Color Harmonies of #FFC9BD
Complementary color
Monochromatic Colors of #FFC9BD
Black with #FFC9BD
Text Example
Text Example
White with #FFC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9BD; }
p { color: rgb(255,201,189); }
H1.HeaderClassName
{
color: #FFC9BD;
}
.AnyTagClassName
{
color: #FFC9BD;
}
</style>
background-color css
<style>
a { background-color: #FFC9BD; }
a { background-color: rgb(255,201,189); }
div.DivClassName
{
background-color: #FFC9BD;
}
.BgClassName
{
background-color: #FFC9BD;
}
</style>
border-color css
<style>
span { border-color: #FFC9BD; }
span { border-color: rgb(255,201,189); }
td.TdClassName
{
border-color: #FFC9BD;
}
.TagClassName
{
border-color: #FFC9BD;
}
</style>