Shades of Pink #FDC6D2
Tints of Pink #FDC6D2
RGB
CMYK
RGB Variations
Color information
#FDC6D2 (or 0xFDC6D2) is known color: Pink. HEX triplet: FD, C6 and D2. RGB value is (253,198,210). Sum of RGB (Red+Green+Blue) = 253+198+210=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC6D2 is #02392D. Grayscale: #D7D7D7. Windows color (decimal): -145710 or 13813501. OLE color: 13813501.
HSL color Cylindrical-coordinate representation of color #FDC6D2: hue angle of 346.91º 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 #FDC6D2 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 210 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.01 |
| HSL | 346.91º | 0.93% | 0.88% | - |
| HSV(B) | 346.91º | 0.22% | 0.99% | - |
| XYZ | 72.33 | 65.92 | 69.88 | - |
| YUV | 215.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 210 | 0 | 0.22 | 0.17 | 0.01 | 346.91 | 0.93 | 0.88 |
| Hex | FD | C6 | D2 | 0 | 16 | 11 | 1 | 15B | 5D | 58 |
| Octal | 375 | 306 | 322 | 0 | 26 | 21 | 1 | 533 | 135 | 130 |
| Binary | 11111101 | 11000110 | 11010010 | 0 | 10110 | 10001 | 1 | 101011011 | 1011101 | 1011000 |
Color Harmonies of #FDC6D2
Complementary color
Monochromatic Colors of #FDC6D2
Black with #FDC6D2
Text Example
Text Example
White with #FDC6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6D2; }
p { color: rgb(253,198,210); }
H1.HeaderClassName
{
color: #FDC6D2;
}
.AnyTagClassName
{
color: #FDC6D2;
}
</style>
background-color css
<style>
a { background-color: #FDC6D2; }
a { background-color: rgb(253,198,210); }
div.DivClassName
{
background-color: #FDC6D2;
}
.BgClassName
{
background-color: #FDC6D2;
}
</style>
border-color css
<style>
span { border-color: #FDC6D2; }
span { border-color: rgb(253,198,210); }
td.TdClassName
{
border-color: #FDC6D2;
}
.TagClassName
{
border-color: #FDC6D2;
}
</style>