Shades of Your Pink #FFC7C1
Tints of Your Pink #FFC7C1
RGB
CMYK
RGB Variations
Color information
#FFC7C1 (or 0xFFC7C1) is known color: Your Pink. HEX triplet: FF, C7 and C1. RGB value is (255,199,193). Sum of RGB (Red+Green+Blue) = 255+199+193=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7C1 is #00383E. Grayscale: #D7D7D7. Windows color (decimal): -14399 or 12699647. OLE color: 12699647.
HSL color Cylindrical-coordinate representation of color #FFC7C1: hue angle of 5.81º 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 #FFC7C1 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 193 | - |
| CMYK | 0 | 0.22 | 0.24 | 0 |
| HSL | 5.81º | 1% | 0.88% | - |
| HSV(B) | 5.81º | 0.24% | 1% | - |
| XYZ | 71.29 | 65.96 | 59.43 | - |
| YUV | 215.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 193 | 0 | 0.22 | 0.24 | 0 | 5.81 | 1 | 0.88 |
| Hex | FF | C7 | C1 | 0 | 16 | 18 | 0 | 6 | 64 | 58 |
| Octal | 377 | 307 | 301 | 0 | 26 | 30 | 0 | 6 | 144 | 130 |
| Binary | 11111111 | 11000111 | 11000001 | 0 | 10110 | 11000 | 0 | 110 | 1100100 | 1011000 |
Color Harmonies of #FFC7C1
Complementary color
Monochromatic Colors of #FFC7C1
Black with #FFC7C1
Text Example
Text Example
White with #FFC7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7C1; }
p { color: rgb(255,199,193); }
H1.HeaderClassName
{
color: #FFC7C1;
}
.AnyTagClassName
{
color: #FFC7C1;
}
</style>
background-color css
<style>
a { background-color: #FFC7C1; }
a { background-color: rgb(255,199,193); }
div.DivClassName
{
background-color: #FFC7C1;
}
.BgClassName
{
background-color: #FFC7C1;
}
</style>
border-color css
<style>
span { border-color: #FFC7C1; }
span { border-color: rgb(255,199,193); }
td.TdClassName
{
border-color: #FFC7C1;
}
.TagClassName
{
border-color: #FFC7C1;
}
</style>