Shades of Pink #FFC1CE
Tints of Pink #FFC1CE
RGB
CMYK
RGB Variations
Color information
#FFC1CE (or 0xFFC1CE) is known color: Pink. HEX triplet: FF, C1 and CE. RGB value is (255,193,206). Sum of RGB (Red+Green+Blue) = 255+193+206=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 193 (75.78% from 255 or 29.51% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1CE is #003E31. Grayscale: #D5D5D5. Windows color (decimal): -15922 or 13550079. OLE color: 13550079.
HSL color Cylindrical-coordinate representation of color #FFC1CE: hue angle of 347.42º 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 #FFC1CE is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 206 | - |
| CMYK | 0 | 0.24 | 0.19 | 0 |
| HSL | 347.42º | 1% | 0.88% | - |
| HSV(B) | 347.42º | 0.24% | 1% | - |
| XYZ | 71.45 | 63.86 | 66.95 | - |
| YUV | 213.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 206 | 0 | 0.24 | 0.19 | 0 | 347.42 | 1 | 0.88 |
| Hex | FF | C1 | CE | 0 | 18 | 13 | 0 | 15B | 64 | 58 |
| Octal | 377 | 301 | 316 | 0 | 30 | 23 | 0 | 533 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11001110 | 0 | 11000 | 10011 | 0 | 101011011 | 1100100 | 1011000 |
Color Harmonies of #FFC1CE
Complementary color
Monochromatic Colors of #FFC1CE
Black with #FFC1CE
Text Example
Text Example
White with #FFC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1CE; }
p { color: rgb(255,193,206); }
H1.HeaderClassName
{
color: #FFC1CE;
}
.AnyTagClassName
{
color: #FFC1CE;
}
</style>
background-color css
<style>
a { background-color: #FFC1CE; }
a { background-color: rgb(255,193,206); }
div.DivClassName
{
background-color: #FFC1CE;
}
.BgClassName
{
background-color: #FFC1CE;
}
</style>
border-color css
<style>
span { border-color: #FFC1CE; }
span { border-color: rgb(255,193,206); }
td.TdClassName
{
border-color: #FFC1CE;
}
.TagClassName
{
border-color: #FFC1CE;
}
</style>