Shades of Pink #FDC1D2
Tints of Pink #FDC1D2
RGB
CMYK
RGB Variations
Color information
#FDC1D2 (or 0xFDC1D2) is known color: Pink. HEX triplet: FD, C1 and D2. RGB value is (253,193,210). Sum of RGB (Red+Green+Blue) = 253+193+210=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 193 (75.78% from 255 or 29.42% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1D2 is #023E2D. Grayscale: #D4D4D4. Windows color (decimal): -146990 or 13812221. OLE color: 13812221.
HSL color Cylindrical-coordinate representation of color #FDC1D2: hue angle of 343º 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 #FDC1D2 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 210 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.01 |
| HSL | 343º | 0.94% | 0.87% | - |
| HSV(B) | 343º | 0.24% | 0.99% | - |
| XYZ | 71.21 | 63.68 | 69.51 | - |
| YUV | 212.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 210 | 0 | 0.24 | 0.17 | 0.01 | 343 | 0.94 | 0.87 |
| Hex | FD | C1 | D2 | 0 | 18 | 11 | 1 | 157 | 5E | 57 |
| Octal | 375 | 301 | 322 | 0 | 30 | 21 | 1 | 527 | 136 | 127 |
| Binary | 11111101 | 11000001 | 11010010 | 0 | 11000 | 10001 | 1 | 101010111 | 1011110 | 1010111 |
Color Harmonies of #FDC1D2
Complementary color
Monochromatic Colors of #FDC1D2
Black with #FDC1D2
Text Example
Text Example
White with #FDC1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1D2; }
p { color: rgb(253,193,210); }
H1.HeaderClassName
{
color: #FDC1D2;
}
.AnyTagClassName
{
color: #FDC1D2;
}
</style>
background-color css
<style>
a { background-color: #FDC1D2; }
a { background-color: rgb(253,193,210); }
div.DivClassName
{
background-color: #FDC1D2;
}
.BgClassName
{
background-color: #FDC1D2;
}
</style>
border-color css
<style>
span { border-color: #FDC1D2; }
span { border-color: rgb(253,193,210); }
td.TdClassName
{
border-color: #FDC1D2;
}
.TagClassName
{
border-color: #FDC1D2;
}
</style>