Shades of Your Pink #FFC3C1
Tints of Your Pink #FFC3C1
RGB
CMYK
RGB Variations
Color information
#FFC3C1 (or 0xFFC3C1) is known color: Your Pink. HEX triplet: FF, C3 and C1. RGB value is (255,195,193). Sum of RGB (Red+Green+Blue) = 255+195+193=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 193 (75.78% from 255 or 30.02% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3C1 is #003C3E. Grayscale: #D4D4D4. Windows color (decimal): -15423 or 12698623. OLE color: 12698623.
HSL color Cylindrical-coordinate representation of color #FFC3C1: hue angle of 1.94º 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 #FFC3C1 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 193 | - |
| CMYK | 0 | 0.24 | 0.24 | 0 |
| HSL | 1.94º | 1% | 0.88% | - |
| HSV(B) | 1.94º | 0.24% | 1% | - |
| XYZ | 70.38 | 64.14 | 59.12 | - |
| YUV | 212.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 193 | 0 | 0.24 | 0.24 | 0 | 1.94 | 1 | 0.88 |
| Hex | FF | C3 | C1 | 0 | 18 | 18 | 0 | 2 | 64 | 58 |
| Octal | 377 | 303 | 301 | 0 | 30 | 30 | 0 | 2 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11000001 | 0 | 11000 | 11000 | 0 | 10 | 1100100 | 1011000 |
Color Harmonies of #FFC3C1
Complementary color
Monochromatic Colors of #FFC3C1
Black with #FFC3C1
Text Example
Text Example
White with #FFC3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3C1; }
p { color: rgb(255,195,193); }
H1.HeaderClassName
{
color: #FFC3C1;
}
.AnyTagClassName
{
color: #FFC3C1;
}
</style>
background-color css
<style>
a { background-color: #FFC3C1; }
a { background-color: rgb(255,195,193); }
div.DivClassName
{
background-color: #FFC3C1;
}
.BgClassName
{
background-color: #FFC3C1;
}
</style>
border-color css
<style>
span { border-color: #FFC3C1; }
span { border-color: rgb(255,195,193); }
td.TdClassName
{
border-color: #FFC3C1;
}
.TagClassName
{
border-color: #FFC3C1;
}
</style>