Shades of Your Pink #FDC9C5
Tints of Your Pink #FDC9C5
RGB
CMYK
RGB Variations
Color information
#FDC9C5 (or 0xFDC9C5) is known color: Your Pink. HEX triplet: FD, C9 and C5. RGB value is (253,201,197). Sum of RGB (Red+Green+Blue) = 253+201+197=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9C5 is #02363A. Grayscale: #D8D8D8. Windows color (decimal): -144955 or 12962301. OLE color: 12962301.
HSL color Cylindrical-coordinate representation of color #FDC9C5: hue angle of 4.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 #FDC9C5 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 197 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.01 |
| HSL | 4.29º | 0.93% | 0.88% | - |
| HSV(B) | 4.29º | 0.22% | 0.99% | - |
| XYZ | 71.47 | 66.69 | 61.93 | - |
| YUV | 216.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 197 | 0 | 0.21 | 0.22 | 0.01 | 4.29 | 0.93 | 0.88 |
| Hex | FD | C9 | C5 | 0 | 15 | 16 | 1 | 4 | 5D | 58 |
| Octal | 375 | 311 | 305 | 0 | 25 | 26 | 1 | 4 | 135 | 130 |
| Binary | 11111101 | 11001001 | 11000101 | 0 | 10101 | 10110 | 1 | 100 | 1011101 | 1011000 |
Color Harmonies of #FDC9C5
Complementary color
Monochromatic Colors of #FDC9C5
Black with #FDC9C5
Text Example
Text Example
White with #FDC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9C5; }
p { color: rgb(253,201,197); }
H1.HeaderClassName
{
color: #FDC9C5;
}
.AnyTagClassName
{
color: #FDC9C5;
}
</style>
background-color css
<style>
a { background-color: #FDC9C5; }
a { background-color: rgb(253,201,197); }
div.DivClassName
{
background-color: #FDC9C5;
}
.BgClassName
{
background-color: #FDC9C5;
}
</style>
border-color css
<style>
span { border-color: #FDC9C5; }
span { border-color: rgb(253,201,197); }
td.TdClassName
{
border-color: #FDC9C5;
}
.TagClassName
{
border-color: #FDC9C5;
}
</style>