Shades of Pink #FDC5CF
Tints of Pink #FDC5CF
RGB
CMYK
RGB Variations
Color information
#FDC5CF (or 0xFDC5CF) is known color: Pink. HEX triplet: FD, C5 and CF. RGB value is (253,197,207). Sum of RGB (Red+Green+Blue) = 253+197+207=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5CF is #023A30. Grayscale: #D6D6D6. Windows color (decimal): -145969 or 13616637. OLE color: 13616637.
HSL color Cylindrical-coordinate representation of color #FDC5CF: hue angle of 349.29º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC5CF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 207 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.01 |
| HSL | 349.29º | 0.93% | 0.88% | - |
| HSV(B) | 349.29º | 0.22% | 0.99% | - |
| XYZ | 71.74 | 65.32 | 67.86 | - |
| YUV | 214.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 207 | 0 | 0.22 | 0.18 | 0.01 | 349.29 | 0.93 | 0.88 |
| Hex | FD | C5 | CF | 0 | 16 | 12 | 1 | 15D | 5D | 58 |
| Octal | 375 | 305 | 317 | 0 | 26 | 22 | 1 | 535 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11001111 | 0 | 10110 | 10010 | 1 | 101011101 | 1011101 | 1011000 |
Color Harmonies of #FDC5CF
Complementary color
Monochromatic Colors of #FDC5CF
Black with #FDC5CF
Text Example
Text Example
White with #FDC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5CF; }
p { color: rgb(253,197,207); }
H1.HeaderClassName
{
color: #FDC5CF;
}
.AnyTagClassName
{
color: #FDC5CF;
}
</style>
background-color css
<style>
a { background-color: #FDC5CF; }
a { background-color: rgb(253,197,207); }
div.DivClassName
{
background-color: #FDC5CF;
}
.BgClassName
{
background-color: #FDC5CF;
}
</style>
border-color css
<style>
span { border-color: #FDC5CF; }
span { border-color: rgb(253,197,207); }
td.TdClassName
{
border-color: #FDC5CF;
}
.TagClassName
{
border-color: #FDC5CF;
}
</style>