Shades of Pink #FFC4CD
Tints of Pink #FFC4CD
RGB
CMYK
RGB Variations
Color information
#FFC4CD (or 0xFFC4CD) is known color: Pink. HEX triplet: FF, C4 and CD. RGB value is (255,196,205). Sum of RGB (Red+Green+Blue) = 255+196+205=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4CD is #003B32. Grayscale: #D6D6D6. Windows color (decimal): -15155 or 13485311. OLE color: 13485311.
HSL color Cylindrical-coordinate representation of color #FFC4CD: hue angle of 350.85º 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 #FFC4CD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 205 | - |
| CMYK | 0 | 0.23 | 0.20 | 0 |
| HSL | 350.85º | 1% | 0.88% | - |
| HSV(B) | 350.85º | 0.23% | 1% | - |
| XYZ | 72 | 65.15 | 66.54 | - |
| YUV | 214.67 | 122.55 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 205 | 0 | 0.23 | 0.20 | 0 | 350.85 | 1 | 0.88 |
| Hex | FF | C4 | CD | 0 | 17 | 14 | 0 | 15F | 64 | 58 |
| Octal | 377 | 304 | 315 | 0 | 27 | 24 | 0 | 537 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11001101 | 0 | 10111 | 10100 | 0 | 101011111 | 1100100 | 1011000 |
Color Harmonies of #FFC4CD
Complementary color
Monochromatic Colors of #FFC4CD
Black with #FFC4CD
Text Example
Text Example
White with #FFC4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4CD; }
p { color: rgb(255,196,205); }
H1.HeaderClassName
{
color: #FFC4CD;
}
.AnyTagClassName
{
color: #FFC4CD;
}
</style>
background-color css
<style>
a { background-color: #FFC4CD; }
a { background-color: rgb(255,196,205); }
div.DivClassName
{
background-color: #FFC4CD;
}
.BgClassName
{
background-color: #FFC4CD;
}
</style>
border-color css
<style>
span { border-color: #FFC4CD; }
span { border-color: rgb(255,196,205); }
td.TdClassName
{
border-color: #FFC4CD;
}
.TagClassName
{
border-color: #FFC4CD;
}
</style>