Shades of Pink #FDC7CF
Tints of Pink #FDC7CF
RGB
CMYK
RGB Variations
Color information
#FDC7CF (or 0xFDC7CF) is known color: Pink. HEX triplet: FD, C7 and CF. RGB value is (253,199,207). Sum of RGB (Red+Green+Blue) = 253+199+207=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CF is #023830. Grayscale: #D8D8D8. Windows color (decimal): -145457 or 13617149. OLE color: 13617149.
HSL color Cylindrical-coordinate representation of color #FDC7CF: hue angle of 351.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7CF is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 207 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.01 |
| HSL | 351.11º | 0.93% | 0.89% | - |
| HSV(B) | 351.11º | 0.21% | 0.99% | - |
| XYZ | 72.19 | 66.23 | 68.01 | - |
| YUV | 216.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 207 | 0 | 0.21 | 0.18 | 0.01 | 351.11 | 0.93 | 0.89 |
| Hex | FD | C7 | CF | 0 | 15 | 12 | 1 | 15F | 5D | 59 |
| Octal | 375 | 307 | 317 | 0 | 25 | 22 | 1 | 537 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11001111 | 0 | 10101 | 10010 | 1 | 101011111 | 1011101 | 1011001 |
Color Harmonies of #FDC7CF
Complementary color
Monochromatic Colors of #FDC7CF
Black with #FDC7CF
Text Example
Text Example
White with #FDC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7CF; }
p { color: rgb(253,199,207); }
H1.HeaderClassName
{
color: #FDC7CF;
}
.AnyTagClassName
{
color: #FDC7CF;
}
</style>
background-color css
<style>
a { background-color: #FDC7CF; }
a { background-color: rgb(253,199,207); }
div.DivClassName
{
background-color: #FDC7CF;
}
.BgClassName
{
background-color: #FDC7CF;
}
</style>
border-color css
<style>
span { border-color: #FDC7CF; }
span { border-color: rgb(253,199,207); }
td.TdClassName
{
border-color: #FDC7CF;
}
.TagClassName
{
border-color: #FDC7CF;
}
</style>