Shades of Pink #FFC4CC
Tints of Pink #FFC4CC
RGB
CMYK
RGB Variations
Color information
#FFC4CC (or 0xFFC4CC) is known color: Pink. HEX triplet: FF, C4 and CC. RGB value is (255,196,204). Sum of RGB (Red+Green+Blue) = 255+196+204=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4CC is #003B33. Grayscale: #D6D6D6. Windows color (decimal): -15156 or 13419775. OLE color: 13419775.
HSL color Cylindrical-coordinate representation of color #FFC4CC: hue angle of 351.86º 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 #FFC4CC is Cyan = 0, Magento = 0.23, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 204 | - |
| CMYK | 0 | 0.23 | 0.2 | 0 |
| HSL | 351.86º | 1% | 0.88% | - |
| HSV(B) | 351.86º | 0.23% | 1% | - |
| XYZ | 71.88 | 65.1 | 65.9 | - |
| YUV | 214.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 204 | 0 | 0.23 | 0.2 | 0 | 351.86 | 1 | 0.88 |
| Hex | FF | C4 | CC | 0 | 17 | 14 | 0 | 160 | 64 | 58 |
| Octal | 377 | 304 | 314 | 0 | 27 | 24 | 0 | 540 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11001100 | 0 | 10111 | 10100 | 0 | 101100000 | 1100100 | 1011000 |
Color Harmonies of #FFC4CC
Complementary color
Monochromatic Colors of #FFC4CC
Black with #FFC4CC
Text Example
Text Example
White with #FFC4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4CC; }
p { color: rgb(255,196,204); }
H1.HeaderClassName
{
color: #FFC4CC;
}
.AnyTagClassName
{
color: #FFC4CC;
}
</style>
background-color css
<style>
a { background-color: #FFC4CC; }
a { background-color: rgb(255,196,204); }
div.DivClassName
{
background-color: #FFC4CC;
}
.BgClassName
{
background-color: #FFC4CC;
}
</style>
border-color css
<style>
span { border-color: #FFC4CC; }
span { border-color: rgb(255,196,204); }
td.TdClassName
{
border-color: #FFC4CC;
}
.TagClassName
{
border-color: #FFC4CC;
}
</style>