Shades of Pink #FDC6CF
Tints of Pink #FDC6CF
RGB
CMYK
RGB Variations
Color information
#FDC6CF (or 0xFDC6CF) is known color: Pink. HEX triplet: FD, C6 and CF. RGB value is (253,198,207). Sum of RGB (Red+Green+Blue) = 253+198+207=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6CF is #023930. Grayscale: #D7D7D7. Windows color (decimal): -145713 or 13616893. OLE color: 13616893.
HSL color Cylindrical-coordinate representation of color #FDC6CF: hue angle of 350.18º 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 #FDC6CF is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 207 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.01 |
| HSL | 350.18º | 0.93% | 0.88% | - |
| HSV(B) | 350.18º | 0.22% | 0.99% | - |
| XYZ | 71.96 | 65.78 | 67.93 | - |
| YUV | 215.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 207 | 0 | 0.22 | 0.18 | 0.01 | 350.18 | 0.93 | 0.88 |
| Hex | FD | C6 | CF | 0 | 16 | 12 | 1 | 15E | 5D | 58 |
| Octal | 375 | 306 | 317 | 0 | 26 | 22 | 1 | 536 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11001111 | 0 | 10110 | 10010 | 1 | 101011110 | 1011101 | 1011000 |
Color Harmonies of #FDC6CF
Complementary color
Monochromatic Colors of #FDC6CF
Black with #FDC6CF
Text Example
Text Example
White with #FDC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6CF; }
p { color: rgb(253,198,207); }
H1.HeaderClassName
{
color: #FDC6CF;
}
.AnyTagClassName
{
color: #FDC6CF;
}
</style>
background-color css
<style>
a { background-color: #FDC6CF; }
a { background-color: rgb(253,198,207); }
div.DivClassName
{
background-color: #FDC6CF;
}
.BgClassName
{
background-color: #FDC6CF;
}
</style>
border-color css
<style>
span { border-color: #FDC6CF; }
span { border-color: rgb(253,198,207); }
td.TdClassName
{
border-color: #FDC6CF;
}
.TagClassName
{
border-color: #FDC6CF;
}
</style>