Shades of Pink #FFC1C9
Tints of Pink #FFC1C9
RGB
CMYK
RGB Variations
Color information
#FFC1C9 (or 0xFFC1C9) is known color: Pink. HEX triplet: FF, C1 and C9. RGB value is (255,193,201). Sum of RGB (Red+Green+Blue) = 255+193+201=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 193 (75.78% from 255 or 29.74% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C9 is #003E36. Grayscale: #D4D4D4. Windows color (decimal): -15927 or 13222399. OLE color: 13222399.
HSL color Cylindrical-coordinate representation of color #FFC1C9: hue angle of 352.26º 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 #FFC1C9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 201 | - |
| CMYK | 0 | 0.24 | 0.21 | 0 |
| HSL | 352.26º | 1% | 0.88% | - |
| HSV(B) | 352.26º | 0.24% | 1% | - |
| XYZ | 70.85 | 63.62 | 63.8 | - |
| YUV | 212.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 201 | 0 | 0.24 | 0.21 | 0 | 352.26 | 1 | 0.88 |
| Hex | FF | C1 | C9 | 0 | 18 | 15 | 0 | 160 | 64 | 58 |
| Octal | 377 | 301 | 311 | 0 | 30 | 25 | 0 | 540 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11001001 | 0 | 11000 | 10101 | 0 | 101100000 | 1100100 | 1011000 |
Color Harmonies of #FFC1C9
Complementary color
Monochromatic Colors of #FFC1C9
Black with #FFC1C9
Text Example
Text Example
White with #FFC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1C9; }
p { color: rgb(255,193,201); }
H1.HeaderClassName
{
color: #FFC1C9;
}
.AnyTagClassName
{
color: #FFC1C9;
}
</style>
background-color css
<style>
a { background-color: #FFC1C9; }
a { background-color: rgb(255,193,201); }
div.DivClassName
{
background-color: #FFC1C9;
}
.BgClassName
{
background-color: #FFC1C9;
}
</style>
border-color css
<style>
span { border-color: #FFC1C9; }
span { border-color: rgb(255,193,201); }
td.TdClassName
{
border-color: #FFC1C9;
}
.TagClassName
{
border-color: #FFC1C9;
}
</style>