Shades of Your Pink #FFC5C4
Tints of Your Pink #FFC5C4
RGB
CMYK
RGB Variations
Color information
#FFC5C4 (or 0xFFC5C4) is known color: Your Pink. HEX triplet: FF, C5 and C4. RGB value is (255,197,196). Sum of RGB (Red+Green+Blue) = 255+197+196=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 196 (76.95% from 255 or 30.25% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5C4 is #003A3B. Grayscale: #D6D6D6. Windows color (decimal): -14908 or 12895743. OLE color: 12895743.
HSL color Cylindrical-coordinate representation of color #FFC5C4: hue angle of 1.02º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5C4 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 196 | - |
| CMYK | 0 | 0.23 | 0.23 | 0 |
| HSL | 1.02º | 1% | 0.88% | - |
| HSV(B) | 1.02º | 0.23% | 1% | - |
| XYZ | 71.17 | 65.18 | 61.05 | - |
| YUV | 214.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 196 | 0 | 0.23 | 0.23 | 0 | 1.02 | 1 | 0.88 |
| Hex | FF | C5 | C4 | 0 | 17 | 17 | 0 | 1 | 64 | 58 |
| Octal | 377 | 305 | 304 | 0 | 27 | 27 | 0 | 1 | 144 | 130 |
| Binary | 11111111 | 11000101 | 11000100 | 0 | 10111 | 10111 | 0 | 1 | 1100100 | 1011000 |
Color Harmonies of #FFC5C4
Complementary color
Monochromatic Colors of #FFC5C4
Black with #FFC5C4
Text Example
Text Example
White with #FFC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5C4; }
p { color: rgb(255,197,196); }
H1.HeaderClassName
{
color: #FFC5C4;
}
.AnyTagClassName
{
color: #FFC5C4;
}
</style>
background-color css
<style>
a { background-color: #FFC5C4; }
a { background-color: rgb(255,197,196); }
div.DivClassName
{
background-color: #FFC5C4;
}
.BgClassName
{
background-color: #FFC5C4;
}
</style>
border-color css
<style>
span { border-color: #FFC5C4; }
span { border-color: rgb(255,197,196); }
td.TdClassName
{
border-color: #FFC5C4;
}
.TagClassName
{
border-color: #FFC5C4;
}
</style>