Shades of Pink #FFC4D1
Tints of Pink #FFC4D1
RGB
CMYK
RGB Variations
Color information
#FFC4D1 (or 0xFFC4D1) is known color: Pink. HEX triplet: FF, C4 and D1. RGB value is (255,196,209). Sum of RGB (Red+Green+Blue) = 255+196+209=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 196 (76.95% from 255 or 29.70% from 660); Blue value is 209 (82.03% from 255 or 31.67% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4D1 is #003B2E. Grayscale: #D7D7D7. Windows color (decimal): -15151 or 13747455. OLE color: 13747455.
HSL color Cylindrical-coordinate representation of color #FFC4D1: hue angle of 346.78º 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 #FFC4D1 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 209 | - |
| CMYK | 0 | 0.23 | 0.18 | 0 |
| HSL | 346.78º | 1% | 0.88% | - |
| HSV(B) | 346.78º | 0.23% | 1% | - |
| XYZ | 72.49 | 65.34 | 69.11 | - |
| YUV | 215.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 209 | 0 | 0.23 | 0.18 | 0 | 346.78 | 1 | 0.88 |
| Hex | FF | C4 | D1 | 0 | 17 | 12 | 0 | 15B | 64 | 58 |
| Octal | 377 | 304 | 321 | 0 | 27 | 22 | 0 | 533 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11010001 | 0 | 10111 | 10010 | 0 | 101011011 | 1100100 | 1011000 |
Color Harmonies of #FFC4D1
Complementary color
Monochromatic Colors of #FFC4D1
Black with #FFC4D1
Text Example
Text Example
White with #FFC4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4D1; }
p { color: rgb(255,196,209); }
H1.HeaderClassName
{
color: #FFC4D1;
}
.AnyTagClassName
{
color: #FFC4D1;
}
</style>
background-color css
<style>
a { background-color: #FFC4D1; }
a { background-color: rgb(255,196,209); }
div.DivClassName
{
background-color: #FFC4D1;
}
.BgClassName
{
background-color: #FFC4D1;
}
</style>
border-color css
<style>
span { border-color: #FFC4D1; }
span { border-color: rgb(255,196,209); }
td.TdClassName
{
border-color: #FFC4D1;
}
.TagClassName
{
border-color: #FFC4D1;
}
</style>