Shades of Your Pink #FFC1C1
Tints of Your Pink #FFC1C1
RGB
CMYK
RGB Variations
Color information
#FFC1C1 (or 0xFFC1C1) is known color: Your Pink. HEX triplet: FF, C1 and C1. RGB value is (255,193,193). Sum of RGB (Red+Green+Blue) = 255+193+193=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 193 (75.78% from 255 or 30.11% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1C1 is #003E3E. Grayscale: #D3D3D3. Windows color (decimal): -15935 or 12698111. OLE color: 12698111.
HSL color Cylindrical-coordinate representation of color #FFC1C1: hue angle of 0º 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 #FFC1C1 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 193 | - |
| CMYK | 0 | 0.24 | 0.24 | 0 |
| HSL | 0º | 1% | 0.88% | - |
| HSV(B) | 0º | 0.24% | 1% | - |
| XYZ | 69.94 | 63.25 | 58.97 | - |
| YUV | 211.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 193 | 0 | 0.24 | 0.24 | 0 | 0 | 1 | 0.88 |
| Hex | FF | C1 | C1 | 0 | 18 | 18 | 0 | 0 | 64 | 58 |
| Octal | 377 | 301 | 301 | 0 | 30 | 30 | 0 | 0 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11000001 | 0 | 11000 | 11000 | 0 | 0 | 1100100 | 1011000 |
Color Harmonies of #FFC1C1
Complementary color
Monochromatic Colors of #FFC1C1
Black with #FFC1C1
Text Example
Text Example
White with #FFC1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1C1; }
p { color: rgb(255,193,193); }
H1.HeaderClassName
{
color: #FFC1C1;
}
.AnyTagClassName
{
color: #FFC1C1;
}
</style>
background-color css
<style>
a { background-color: #FFC1C1; }
a { background-color: rgb(255,193,193); }
div.DivClassName
{
background-color: #FFC1C1;
}
.BgClassName
{
background-color: #FFC1C1;
}
</style>
border-color css
<style>
span { border-color: #FFC1C1; }
span { border-color: rgb(255,193,193); }
td.TdClassName
{
border-color: #FFC1C1;
}
.TagClassName
{
border-color: #FFC1C1;
}
</style>