Shades of Pink #FFC4CF
Tints of Pink #FFC4CF
RGB
CMYK
RGB Variations
Color information
#FFC4CF (or 0xFFC4CF) is known color: Pink. HEX triplet: FF, C4 and CF. RGB value is (255,196,207). Sum of RGB (Red+Green+Blue) = 255+196+207=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 196 (76.95% from 255 or 29.79% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4CF is #003B30. Grayscale: #D6D6D6. Windows color (decimal): -15153 or 13616383. OLE color: 13616383.
HSL color Cylindrical-coordinate representation of color #FFC4CF: hue angle of 348.81º 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 #FFC4CF is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 207 | - |
| CMYK | 0 | 0.23 | 0.19 | 0 |
| HSL | 348.81º | 1% | 0.88% | - |
| HSV(B) | 348.81º | 0.23% | 1% | - |
| XYZ | 72.24 | 65.24 | 67.82 | - |
| YUV | 214.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 207 | 0 | 0.23 | 0.19 | 0 | 348.81 | 1 | 0.88 |
| Hex | FF | C4 | CF | 0 | 17 | 13 | 0 | 15D | 64 | 58 |
| Octal | 377 | 304 | 317 | 0 | 27 | 23 | 0 | 535 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11001111 | 0 | 10111 | 10011 | 0 | 101011101 | 1100100 | 1011000 |
Color Harmonies of #FFC4CF
Complementary color
Monochromatic Colors of #FFC4CF
Black with #FFC4CF
Text Example
Text Example
White with #FFC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4CF; }
p { color: rgb(255,196,207); }
H1.HeaderClassName
{
color: #FFC4CF;
}
.AnyTagClassName
{
color: #FFC4CF;
}
</style>
background-color css
<style>
a { background-color: #FFC4CF; }
a { background-color: rgb(255,196,207); }
div.DivClassName
{
background-color: #FFC4CF;
}
.BgClassName
{
background-color: #FFC4CF;
}
</style>
border-color css
<style>
span { border-color: #FFC4CF; }
span { border-color: rgb(255,196,207); }
td.TdClassName
{
border-color: #FFC4CF;
}
.TagClassName
{
border-color: #FFC4CF;
}
</style>