Shades of Pink #FFC9D0
Tints of Pink #FFC9D0
RGB
CMYK
RGB Variations
Color information
#FFC9D0 (or 0xFFC9D0) is known color: Pink. HEX triplet: FF, C9 and D0. RGB value is (255,201,208). Sum of RGB (Red+Green+Blue) = 255+201+208=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9D0 is #00362F. Grayscale: #D9D9D9. Windows color (decimal): -13872 or 13683199. OLE color: 13683199.
HSL color Cylindrical-coordinate representation of color #FFC9D0: hue angle of 352.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFC9D0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 208 | - |
| CMYK | 0 | 0.21 | 0.18 | 0 |
| HSL | 352.22º | 1% | 0.89% | - |
| HSV(B) | 352.22º | 0.21% | 1% | - |
| XYZ | 73.51 | 67.59 | 68.85 | - |
| YUV | 217.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 208 | 0 | 0.21 | 0.18 | 0 | 352.22 | 1 | 0.89 |
| Hex | FF | C9 | D0 | 0 | 15 | 12 | 0 | 160 | 64 | 59 |
| Octal | 377 | 311 | 320 | 0 | 25 | 22 | 0 | 540 | 144 | 131 |
| Binary | 11111111 | 11001001 | 11010000 | 0 | 10101 | 10010 | 0 | 101100000 | 1100100 | 1011001 |
Color Harmonies of #FFC9D0
Complementary color
Monochromatic Colors of #FFC9D0
Black with #FFC9D0
Text Example
Text Example
White with #FFC9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9D0; }
p { color: rgb(255,201,208); }
H1.HeaderClassName
{
color: #FFC9D0;
}
.AnyTagClassName
{
color: #FFC9D0;
}
</style>
background-color css
<style>
a { background-color: #FFC9D0; }
a { background-color: rgb(255,201,208); }
div.DivClassName
{
background-color: #FFC9D0;
}
.BgClassName
{
background-color: #FFC9D0;
}
</style>
border-color css
<style>
span { border-color: #FFC9D0; }
span { border-color: rgb(255,201,208); }
td.TdClassName
{
border-color: #FFC9D0;
}
.TagClassName
{
border-color: #FFC9D0;
}
</style>