Shades of Pink #FFC4CA
Tints of Pink #FFC4CA
RGB
CMYK
RGB Variations
Color information
#FFC4CA (or 0xFFC4CA) is known color: Pink. HEX triplet: FF, C4 and CA. RGB value is (255,196,202). Sum of RGB (Red+Green+Blue) = 255+196+202=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4CA is #003B35. Grayscale: #D6D6D6. Windows color (decimal): -15158 or 13288703. OLE color: 13288703.
HSL color Cylindrical-coordinate representation of color #FFC4CA: hue angle of 353.9º 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 #FFC4CA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 202 | - |
| CMYK | 0 | 0.23 | 0.21 | 0 |
| HSL | 353.9º | 1% | 0.88% | - |
| HSV(B) | 353.9º | 0.23% | 1% | - |
| XYZ | 71.64 | 65 | 64.65 | - |
| YUV | 214.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 202 | 0 | 0.23 | 0.21 | 0 | 353.9 | 1 | 0.88 |
| Hex | FF | C4 | CA | 0 | 17 | 15 | 0 | 162 | 64 | 58 |
| Octal | 377 | 304 | 312 | 0 | 27 | 25 | 0 | 542 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11001010 | 0 | 10111 | 10101 | 0 | 101100010 | 1100100 | 1011000 |
Color Harmonies of #FFC4CA
Complementary color
Monochromatic Colors of #FFC4CA
Black with #FFC4CA
Text Example
Text Example
White with #FFC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4CA; }
p { color: rgb(255,196,202); }
H1.HeaderClassName
{
color: #FFC4CA;
}
.AnyTagClassName
{
color: #FFC4CA;
}
</style>
background-color css
<style>
a { background-color: #FFC4CA; }
a { background-color: rgb(255,196,202); }
div.DivClassName
{
background-color: #FFC4CA;
}
.BgClassName
{
background-color: #FFC4CA;
}
</style>
border-color css
<style>
span { border-color: #FFC4CA; }
span { border-color: rgb(255,196,202); }
td.TdClassName
{
border-color: #FFC4CA;
}
.TagClassName
{
border-color: #FFC4CA;
}
</style>