Shades of Your Pink #FFC5C3
Tints of Your Pink #FFC5C3
RGB
CMYK
RGB Variations
Color information
#FFC5C3 (or 0xFFC5C3) is known color: Your Pink. HEX triplet: FF, C5 and C3. RGB value is (255,197,195). Sum of RGB (Red+Green+Blue) = 255+197+195=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5C3 is #003A3C. Grayscale: #D6D6D6. Windows color (decimal): -14909 or 12830207. OLE color: 12830207.
HSL color Cylindrical-coordinate representation of color #FFC5C3: hue angle of 2º 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 #FFC5C3 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 195 | - |
| CMYK | 0 | 0.23 | 0.24 | 0 |
| HSL | 2º | 1% | 0.88% | - |
| HSV(B) | 2º | 0.24% | 1% | - |
| XYZ | 71.06 | 65.13 | 60.46 | - |
| YUV | 214.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 195 | 0 | 0.23 | 0.24 | 0 | 2 | 1 | 0.88 |
| Hex | FF | C5 | C3 | 0 | 17 | 18 | 0 | 2 | 64 | 58 |
| Octal | 377 | 305 | 303 | 0 | 27 | 30 | 0 | 2 | 144 | 130 |
| Binary | 11111111 | 11000101 | 11000011 | 0 | 10111 | 11000 | 0 | 10 | 1100100 | 1011000 |
Color Harmonies of #FFC5C3
Complementary color
Monochromatic Colors of #FFC5C3
Black with #FFC5C3
Text Example
Text Example
White with #FFC5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5C3; }
p { color: rgb(255,197,195); }
H1.HeaderClassName
{
color: #FFC5C3;
}
.AnyTagClassName
{
color: #FFC5C3;
}
</style>
background-color css
<style>
a { background-color: #FFC5C3; }
a { background-color: rgb(255,197,195); }
div.DivClassName
{
background-color: #FFC5C3;
}
.BgClassName
{
background-color: #FFC5C3;
}
</style>
border-color css
<style>
span { border-color: #FFC5C3; }
span { border-color: rgb(255,197,195); }
td.TdClassName
{
border-color: #FFC5C3;
}
.TagClassName
{
border-color: #FFC5C3;
}
</style>