Shades of Pink #FFC4CB
Tints of Pink #FFC4CB
RGB
CMYK
RGB Variations
Color information
#FFC4CB (or 0xFFC4CB) is known color: Pink. HEX triplet: FF, C4 and CB. RGB value is (255,196,203). Sum of RGB (Red+Green+Blue) = 255+196+203=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4CB is #003B34. Grayscale: #D6D6D6. Windows color (decimal): -15157 or 13354239. OLE color: 13354239.
HSL color Cylindrical-coordinate representation of color #FFC4CB: hue angle of 352.88º 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 #FFC4CB is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 203 | - |
| CMYK | 0 | 0.23 | 0.20 | 0 |
| HSL | 352.88º | 1% | 0.88% | - |
| HSV(B) | 352.88º | 0.23% | 1% | - |
| XYZ | 71.76 | 65.05 | 65.27 | - |
| YUV | 214.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 203 | 0 | 0.23 | 0.20 | 0 | 352.88 | 1 | 0.88 |
| Hex | FF | C4 | CB | 0 | 17 | 14 | 0 | 161 | 64 | 58 |
| Octal | 377 | 304 | 313 | 0 | 27 | 24 | 0 | 541 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11001011 | 0 | 10111 | 10100 | 0 | 101100001 | 1100100 | 1011000 |
Color Harmonies of #FFC4CB
Complementary color
Monochromatic Colors of #FFC4CB
Black with #FFC4CB
Text Example
Text Example
White with #FFC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4CB; }
p { color: rgb(255,196,203); }
H1.HeaderClassName
{
color: #FFC4CB;
}
.AnyTagClassName
{
color: #FFC4CB;
}
</style>
background-color css
<style>
a { background-color: #FFC4CB; }
a { background-color: rgb(255,196,203); }
div.DivClassName
{
background-color: #FFC4CB;
}
.BgClassName
{
background-color: #FFC4CB;
}
</style>
border-color css
<style>
span { border-color: #FFC4CB; }
span { border-color: rgb(255,196,203); }
td.TdClassName
{
border-color: #FFC4CB;
}
.TagClassName
{
border-color: #FFC4CB;
}
</style>