Shades of Your Pink #FFC9C2
Tints of Your Pink #FFC9C2
RGB
CMYK
RGB Variations
Color information
#FFC9C2 (or 0xFFC9C2) is known color: Your Pink. HEX triplet: FF, C9 and C2. RGB value is (255,201,194). Sum of RGB (Red+Green+Blue) = 255+201+194=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 201 (78.91% from 255 or 30.92% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9C2 is #00363D. Grayscale: #D8D8D8. Windows color (decimal): -13886 or 12765695. OLE color: 12765695.
HSL color Cylindrical-coordinate representation of color #FFC9C2: hue angle of 6.89º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC9C2 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 194 | - |
| CMYK | 0 | 0.21 | 0.24 | 0 |
| HSL | 6.89º | 1% | 0.88% | - |
| HSV(B) | 6.89º | 0.24% | 1% | - |
| XYZ | 71.86 | 66.93 | 60.17 | - |
| YUV | 216.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 194 | 0 | 0.21 | 0.24 | 0 | 6.89 | 1 | 0.88 |
| Hex | FF | C9 | C2 | 0 | 15 | 18 | 0 | 7 | 64 | 58 |
| Octal | 377 | 311 | 302 | 0 | 25 | 30 | 0 | 7 | 144 | 130 |
| Binary | 11111111 | 11001001 | 11000010 | 0 | 10101 | 11000 | 0 | 111 | 1100100 | 1011000 |
Color Harmonies of #FFC9C2
Complementary color
Monochromatic Colors of #FFC9C2
Black with #FFC9C2
Text Example
Text Example
White with #FFC9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9C2; }
p { color: rgb(255,201,194); }
H1.HeaderClassName
{
color: #FFC9C2;
}
.AnyTagClassName
{
color: #FFC9C2;
}
</style>
background-color css
<style>
a { background-color: #FFC9C2; }
a { background-color: rgb(255,201,194); }
div.DivClassName
{
background-color: #FFC9C2;
}
.BgClassName
{
background-color: #FFC9C2;
}
</style>
border-color css
<style>
span { border-color: #FFC9C2; }
span { border-color: rgb(255,201,194); }
td.TdClassName
{
border-color: #FFC9C2;
}
.TagClassName
{
border-color: #FFC9C2;
}
</style>