Shades of Pink #FFC1CF
Tints of Pink #FFC1CF
RGB
CMYK
RGB Variations
Color information
#FFC1CF (or 0xFFC1CF) is known color: Pink. HEX triplet: FF, C1 and CF. RGB value is (255,193,207). Sum of RGB (Red+Green+Blue) = 255+193+207=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1CF is #003E30. Grayscale: #D5D5D5. Windows color (decimal): -15921 or 13615615. OLE color: 13615615.
HSL color Cylindrical-coordinate representation of color #FFC1CF: hue angle of 346.45º 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 #FFC1CF is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 207 | - |
| CMYK | 0 | 0.24 | 0.19 | 0 |
| HSL | 346.45º | 1% | 0.88% | - |
| HSV(B) | 346.45º | 0.24% | 1% | - |
| XYZ | 71.57 | 63.9 | 67.59 | - |
| YUV | 213.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 207 | 0 | 0.24 | 0.19 | 0 | 346.45 | 1 | 0.88 |
| Hex | FF | C1 | CF | 0 | 18 | 13 | 0 | 15A | 64 | 58 |
| Octal | 377 | 301 | 317 | 0 | 30 | 23 | 0 | 532 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11001111 | 0 | 11000 | 10011 | 0 | 101011010 | 1100100 | 1011000 |
Color Harmonies of #FFC1CF
Complementary color
Monochromatic Colors of #FFC1CF
Black with #FFC1CF
Text Example
Text Example
White with #FFC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1CF; }
p { color: rgb(255,193,207); }
H1.HeaderClassName
{
color: #FFC1CF;
}
.AnyTagClassName
{
color: #FFC1CF;
}
</style>
background-color css
<style>
a { background-color: #FFC1CF; }
a { background-color: rgb(255,193,207); }
div.DivClassName
{
background-color: #FFC1CF;
}
.BgClassName
{
background-color: #FFC1CF;
}
</style>
border-color css
<style>
span { border-color: #FFC1CF; }
span { border-color: rgb(255,193,207); }
td.TdClassName
{
border-color: #FFC1CF;
}
.TagClassName
{
border-color: #FFC1CF;
}
</style>