Shades of Pink #FFC2C9
Tints of Pink #FFC2C9
RGB
CMYK
RGB Variations
Color information
#FFC2C9 (or 0xFFC2C9) is known color: Pink. HEX triplet: FF, C2 and C9. RGB value is (255,194,201). Sum of RGB (Red+Green+Blue) = 255+194+201=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2C9 is #003D36. Grayscale: #D5D5D5. Windows color (decimal): -15671 or 13222655. OLE color: 13222655.
HSL color Cylindrical-coordinate representation of color #FFC2C9: hue angle of 353.11º 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 #FFC2C9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 201 | - |
| CMYK | 0 | 0.24 | 0.21 | 0 |
| HSL | 353.11º | 1% | 0.88% | - |
| HSV(B) | 353.11º | 0.24% | 1% | - |
| XYZ | 71.07 | 64.06 | 63.88 | - |
| YUV | 213.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 201 | 0 | 0.24 | 0.21 | 0 | 353.11 | 1 | 0.88 |
| Hex | FF | C2 | C9 | 0 | 18 | 15 | 0 | 161 | 64 | 58 |
| Octal | 377 | 302 | 311 | 0 | 30 | 25 | 0 | 541 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11001001 | 0 | 11000 | 10101 | 0 | 101100001 | 1100100 | 1011000 |
Color Harmonies of #FFC2C9
Complementary color
Monochromatic Colors of #FFC2C9
Black with #FFC2C9
Text Example
Text Example
White with #FFC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2C9; }
p { color: rgb(255,194,201); }
H1.HeaderClassName
{
color: #FFC2C9;
}
.AnyTagClassName
{
color: #FFC2C9;
}
</style>
background-color css
<style>
a { background-color: #FFC2C9; }
a { background-color: rgb(255,194,201); }
div.DivClassName
{
background-color: #FFC2C9;
}
.BgClassName
{
background-color: #FFC2C9;
}
</style>
border-color css
<style>
span { border-color: #FFC2C9; }
span { border-color: rgb(255,194,201); }
td.TdClassName
{
border-color: #FFC2C9;
}
.TagClassName
{
border-color: #FFC2C9;
}
</style>