Shades of Pink #FDC3D1
Tints of Pink #FDC3D1
RGB
CMYK
RGB Variations
Color information
#FDC3D1 (or 0xFDC3D1) is known color: Pink. HEX triplet: FD, C3 and D1. RGB value is (253,195,209). Sum of RGB (Red+Green+Blue) = 253+195+209=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3D1 is #023C2E. Grayscale: #D5D5D5. Windows color (decimal): -146479 or 13747197. OLE color: 13747197.
HSL color Cylindrical-coordinate representation of color #FDC3D1: hue angle of 345.52º 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 #FDC3D1 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 209 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.01 |
| HSL | 345.52º | 0.94% | 0.88% | - |
| HSV(B) | 345.52º | 0.23% | 0.99% | - |
| XYZ | 71.53 | 64.52 | 69 | - |
| YUV | 213.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 209 | 0 | 0.23 | 0.17 | 0.01 | 345.52 | 0.94 | 0.88 |
| Hex | FD | C3 | D1 | 0 | 17 | 11 | 1 | 15A | 5E | 58 |
| Octal | 375 | 303 | 321 | 0 | 27 | 21 | 1 | 532 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11010001 | 0 | 10111 | 10001 | 1 | 101011010 | 1011110 | 1011000 |
Color Harmonies of #FDC3D1
Complementary color
Monochromatic Colors of #FDC3D1
Black with #FDC3D1
Text Example
Text Example
White with #FDC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3D1; }
p { color: rgb(253,195,209); }
H1.HeaderClassName
{
color: #FDC3D1;
}
.AnyTagClassName
{
color: #FDC3D1;
}
</style>
background-color css
<style>
a { background-color: #FDC3D1; }
a { background-color: rgb(253,195,209); }
div.DivClassName
{
background-color: #FDC3D1;
}
.BgClassName
{
background-color: #FDC3D1;
}
</style>
border-color css
<style>
span { border-color: #FDC3D1; }
span { border-color: rgb(253,195,209); }
td.TdClassName
{
border-color: #FDC3D1;
}
.TagClassName
{
border-color: #FDC3D1;
}
</style>