Shades of Pink #FDC0C9
Tints of Pink #FDC0C9
RGB
CMYK
RGB Variations
Color information
#FDC0C9 (or 0xFDC0C9) is known color: Pink. HEX triplet: FD, C0 and C9. RGB value is (253,192,201). Sum of RGB (Red+Green+Blue) = 253+192+201=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0C9 is #023F36. Grayscale: #D3D3D3. Windows color (decimal): -147255 or 13222141. OLE color: 13222141.
HSL color Cylindrical-coordinate representation of color #FDC0C9: hue angle of 351.15º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDC0C9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 201 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.01 |
| HSL | 351.15º | 0.94% | 0.87% | - |
| HSV(B) | 351.15º | 0.24% | 0.99% | - |
| XYZ | 69.9 | 62.8 | 63.7 | - |
| YUV | 211.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 201 | 0 | 0.24 | 0.21 | 0.01 | 351.15 | 0.94 | 0.87 |
| Hex | FD | C0 | C9 | 0 | 18 | 15 | 1 | 15F | 5E | 57 |
| Octal | 375 | 300 | 311 | 0 | 30 | 25 | 1 | 537 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11001001 | 0 | 11000 | 10101 | 1 | 101011111 | 1011110 | 1010111 |
Color Harmonies of #FDC0C9
Complementary color
Monochromatic Colors of #FDC0C9
Black with #FDC0C9
Text Example
Text Example
White with #FDC0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0C9; }
p { color: rgb(253,192,201); }
H1.HeaderClassName
{
color: #FDC0C9;
}
.AnyTagClassName
{
color: #FDC0C9;
}
</style>
background-color css
<style>
a { background-color: #FDC0C9; }
a { background-color: rgb(253,192,201); }
div.DivClassName
{
background-color: #FDC0C9;
}
.BgClassName
{
background-color: #FDC0C9;
}
</style>
border-color css
<style>
span { border-color: #FDC0C9; }
span { border-color: rgb(253,192,201); }
td.TdClassName
{
border-color: #FDC0C9;
}
.TagClassName
{
border-color: #FDC0C9;
}
</style>