Shades of Pink #FFC4D0
Tints of Pink #FFC4D0
RGB
CMYK
RGB Variations
Color information
#FFC4D0 (or 0xFFC4D0) is known color: Pink. HEX triplet: FF, C4 and D0. RGB value is (255,196,208). Sum of RGB (Red+Green+Blue) = 255+196+208=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 196 (76.95% from 255 or 29.74% from 659); Blue value is 208 (81.64% from 255 or 31.56% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC4D0 is #003B2F. Grayscale: #D7D7D7. Windows color (decimal): -15152 or 13681919. OLE color: 13681919.
HSL color Cylindrical-coordinate representation of color #FFC4D0: hue angle of 347.8º 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 #FFC4D0 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 208 | - |
| CMYK | 0 | 0.23 | 0.18 | 0 |
| HSL | 347.8º | 1% | 0.88% | - |
| HSV(B) | 347.8º | 0.23% | 1% | - |
| XYZ | 72.37 | 65.29 | 68.46 | - |
| YUV | 215.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 208 | 0 | 0.23 | 0.18 | 0 | 347.8 | 1 | 0.88 |
| Hex | FF | C4 | D0 | 0 | 17 | 12 | 0 | 15C | 64 | 58 |
| Octal | 377 | 304 | 320 | 0 | 27 | 22 | 0 | 534 | 144 | 130 |
| Binary | 11111111 | 11000100 | 11010000 | 0 | 10111 | 10010 | 0 | 101011100 | 1100100 | 1011000 |
Color Harmonies of #FFC4D0
Complementary color
Monochromatic Colors of #FFC4D0
Black with #FFC4D0
Text Example
Text Example
White with #FFC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC4D0; }
p { color: rgb(255,196,208); }
H1.HeaderClassName
{
color: #FFC4D0;
}
.AnyTagClassName
{
color: #FFC4D0;
}
</style>
background-color css
<style>
a { background-color: #FFC4D0; }
a { background-color: rgb(255,196,208); }
div.DivClassName
{
background-color: #FFC4D0;
}
.BgClassName
{
background-color: #FFC4D0;
}
</style>
border-color css
<style>
span { border-color: #FFC4D0; }
span { border-color: rgb(255,196,208); }
td.TdClassName
{
border-color: #FFC4D0;
}
.TagClassName
{
border-color: #FFC4D0;
}
</style>