Shades of Pink #FFC4CE
Tints of Pink #FFC4CE
RGB
CMYK
RGB Variations
Color information
#FFC4CE (or 0xFFC4CE) is known color: Pink. HEX triplet: FF, C4 and CE. RGB value is (255,196,206). Sum of RGB (Red+Green+Blue) = 255+196+206=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4CE is #003B31. Grayscale: #D6D6D6. Windows color (decimal): -15154 or 13550847. OLE color: 13550847.
HSL color Cylindrical-coordinate representation of color #FFC4CE: hue angle of 349.83º 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 #FFC4CE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 206 | - |
| CMYK | 0 | 0.23 | 0.19 | 0 |
| HSL | 349.83º | 1% | 0.88% | - |
| HSV(B) | 349.83º | 0.23% | 1% | - |
| XYZ | 72.12 | 65.2 | 67.18 | - |
| YUV | 214.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 206 | 0 | 0.23 | 0.19 | 0 | 349.83 | 1 | 0.88 |
| Hex | FF | C4 | CE | 0 | 17 | 13 | 0 | 15E | 64 | 58 |
| Octal | 377 | 304 | 316 | 0 | 27 | 23 | 0 | 536 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11001110 | 0 | 10111 | 10011 | 0 | 101011110 | 1100100 | 1011000 |
Color Harmonies of #FFC4CE
Complementary color
Monochromatic Colors of #FFC4CE
Black with #FFC4CE
Text Example
Text Example
White with #FFC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4CE; }
p { color: rgb(255,196,206); }
H1.HeaderClassName
{
color: #FFC4CE;
}
.AnyTagClassName
{
color: #FFC4CE;
}
</style>
background-color css
<style>
a { background-color: #FFC4CE; }
a { background-color: rgb(255,196,206); }
div.DivClassName
{
background-color: #FFC4CE;
}
.BgClassName
{
background-color: #FFC4CE;
}
</style>
border-color css
<style>
span { border-color: #FFC4CE; }
span { border-color: rgb(255,196,206); }
td.TdClassName
{
border-color: #FFC4CE;
}
.TagClassName
{
border-color: #FFC4CE;
}
</style>