Shades of Pink #FDC4CF
Tints of Pink #FDC4CF
RGB
CMYK
RGB Variations
Color information
#FDC4CF (or 0xFDC4CF) is known color: Pink. HEX triplet: FD, C4 and CF. RGB value is (253,196,207). Sum of RGB (Red+Green+Blue) = 253+196+207=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC4CF is #023B30. Grayscale: #D6D6D6. Windows color (decimal): -146225 or 13616381. OLE color: 13616381.
HSL color Cylindrical-coordinate representation of color #FDC4CF: hue angle of 348.42º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4CF is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 207 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.01 |
| HSL | 348.42º | 0.93% | 0.88% | - |
| HSV(B) | 348.42º | 0.23% | 0.99% | - |
| XYZ | 71.51 | 64.87 | 67.78 | - |
| YUV | 214.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 207 | 0 | 0.23 | 0.18 | 0.01 | 348.42 | 0.93 | 0.88 |
| Hex | FD | C4 | CF | 0 | 17 | 12 | 1 | 15C | 5D | 58 |
| Octal | 375 | 304 | 317 | 0 | 27 | 22 | 1 | 534 | 135 | 130 |
| Binary | 11111101 | 11000100 | 11001111 | 0 | 10111 | 10010 | 1 | 101011100 | 1011101 | 1011000 |
Color Harmonies of #FDC4CF
Complementary color
Monochromatic Colors of #FDC4CF
Black with #FDC4CF
Text Example
Text Example
White with #FDC4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4CF; }
p { color: rgb(253,196,207); }
H1.HeaderClassName
{
color: #FDC4CF;
}
.AnyTagClassName
{
color: #FDC4CF;
}
</style>
background-color css
<style>
a { background-color: #FDC4CF; }
a { background-color: rgb(253,196,207); }
div.DivClassName
{
background-color: #FDC4CF;
}
.BgClassName
{
background-color: #FDC4CF;
}
</style>
border-color css
<style>
span { border-color: #FDC4CF; }
span { border-color: rgb(253,196,207); }
td.TdClassName
{
border-color: #FDC4CF;
}
.TagClassName
{
border-color: #FDC4CF;
}
</style>