Shades of Pink #FDC2CF
Tints of Pink #FDC2CF
RGB
CMYK
RGB Variations
Color information
#FDC2CF (or 0xFDC2CF) is known color: Pink. HEX triplet: FD, C2 and CF. RGB value is (253,194,207). Sum of RGB (Red+Green+Blue) = 253+194+207=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 194 (76.17% from 255 or 29.66% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2CF is #023D30. Grayscale: #D5D5D5. Windows color (decimal): -146737 or 13615869. OLE color: 13615869.
HSL color Cylindrical-coordinate representation of color #FDC2CF: hue angle of 346.78º degrees, saturation: 0.94, 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 #FDC2CF is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 207 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.01 |
| HSL | 346.78º | 0.94% | 0.88% | - |
| HSV(B) | 346.78º | 0.23% | 0.99% | - |
| XYZ | 71.06 | 63.97 | 67.63 | - |
| YUV | 213.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 207 | 0 | 0.23 | 0.18 | 0.01 | 346.78 | 0.94 | 0.88 |
| Hex | FD | C2 | CF | 0 | 17 | 12 | 1 | 15B | 5E | 58 |
| Octal | 375 | 302 | 317 | 0 | 27 | 22 | 1 | 533 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11001111 | 0 | 10111 | 10010 | 1 | 101011011 | 1011110 | 1011000 |
Color Harmonies of #FDC2CF
Complementary color
Monochromatic Colors of #FDC2CF
Black with #FDC2CF
Text Example
Text Example
White with #FDC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2CF; }
p { color: rgb(253,194,207); }
H1.HeaderClassName
{
color: #FDC2CF;
}
.AnyTagClassName
{
color: #FDC2CF;
}
</style>
background-color css
<style>
a { background-color: #FDC2CF; }
a { background-color: rgb(253,194,207); }
div.DivClassName
{
background-color: #FDC2CF;
}
.BgClassName
{
background-color: #FDC2CF;
}
</style>
border-color css
<style>
span { border-color: #FDC2CF; }
span { border-color: rgb(253,194,207); }
td.TdClassName
{
border-color: #FDC2CF;
}
.TagClassName
{
border-color: #FDC2CF;
}
</style>