Shades of Pink #FDC8D0
Tints of Pink #FDC8D0
RGB
CMYK
RGB Variations
Color information
#FDC8D0 (or 0xFDC8D0) is known color: Pink. HEX triplet: FD, C8 and D0. RGB value is (253,200,208). Sum of RGB (Red+Green+Blue) = 253+200+208=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8D0 is #02372F. Grayscale: #D8D8D8. Windows color (decimal): -145200 or 13682941. OLE color: 13682941.
HSL color Cylindrical-coordinate representation of color #FDC8D0: hue angle of 350.94º 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 #FDC8D0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 208 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.01 |
| HSL | 350.94º | 0.93% | 0.89% | - |
| HSV(B) | 350.94º | 0.21% | 0.99% | - |
| XYZ | 72.55 | 66.75 | 68.73 | - |
| YUV | 216.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 208 | 0 | 0.21 | 0.18 | 0.01 | 350.94 | 0.93 | 0.89 |
| Hex | FD | C8 | D0 | 0 | 15 | 12 | 1 | 15F | 5D | 59 |
| Octal | 375 | 310 | 320 | 0 | 25 | 22 | 1 | 537 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11010000 | 0 | 10101 | 10010 | 1 | 101011111 | 1011101 | 1011001 |
Color Harmonies of #FDC8D0
Complementary color
Monochromatic Colors of #FDC8D0
Black with #FDC8D0
Text Example
Text Example
White with #FDC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8D0; }
p { color: rgb(253,200,208); }
H1.HeaderClassName
{
color: #FDC8D0;
}
.AnyTagClassName
{
color: #FDC8D0;
}
</style>
background-color css
<style>
a { background-color: #FDC8D0; }
a { background-color: rgb(253,200,208); }
div.DivClassName
{
background-color: #FDC8D0;
}
.BgClassName
{
background-color: #FDC8D0;
}
</style>
border-color css
<style>
span { border-color: #FDC8D0; }
span { border-color: rgb(253,200,208); }
td.TdClassName
{
border-color: #FDC8D0;
}
.TagClassName
{
border-color: #FDC8D0;
}
</style>