Shades of Your Pink #FFC1C0
Tints of Your Pink #FFC1C0
RGB
CMYK
RGB Variations
Color information
#FFC1C0 (or 0xFFC1C0) is known color: Your Pink. HEX triplet: FF, C1 and C0. RGB value is (255,193,192). Sum of RGB (Red+Green+Blue) = 255+193+192=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C0 is #003E3F. Grayscale: #D3D3D3. Windows color (decimal): -15936 or 12632575. OLE color: 12632575.
HSL color Cylindrical-coordinate representation of color #FFC1C0: hue angle of 0.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC1C0 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 192 | - |
| CMYK | 0 | 0.24 | 0.25 | 0 |
| HSL | 0.95º | 1% | 0.88% | - |
| HSV(B) | 0.95º | 0.25% | 1% | - |
| XYZ | 69.82 | 63.21 | 58.39 | - |
| YUV | 211.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 192 | 0 | 0.24 | 0.25 | 0 | 0.95 | 1 | 0.88 |
| Hex | FF | C1 | C0 | 0 | 18 | 19 | 0 | 1 | 64 | 58 |
| Octal | 377 | 301 | 300 | 0 | 30 | 31 | 0 | 1 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11000000 | 0 | 11000 | 11001 | 0 | 1 | 1100100 | 1011000 |
Color Harmonies of #FFC1C0
Complementary color
Monochromatic Colors of #FFC1C0
Black with #FFC1C0
Text Example
Text Example
White with #FFC1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1C0; }
p { color: rgb(255,193,192); }
H1.HeaderClassName
{
color: #FFC1C0;
}
.AnyTagClassName
{
color: #FFC1C0;
}
</style>
background-color css
<style>
a { background-color: #FFC1C0; }
a { background-color: rgb(255,193,192); }
div.DivClassName
{
background-color: #FFC1C0;
}
.BgClassName
{
background-color: #FFC1C0;
}
</style>
border-color css
<style>
span { border-color: #FFC1C0; }
span { border-color: rgb(255,193,192); }
td.TdClassName
{
border-color: #FFC1C0;
}
.TagClassName
{
border-color: #FFC1C0;
}
</style>