Shades of Pink #FDC3CE
Tints of Pink #FDC3CE
RGB
CMYK
RGB Variations
Color information
#FDC3CE (or 0xFDC3CE) is known color: Pink. HEX triplet: FD, C3 and CE. RGB value is (253,195,206). Sum of RGB (Red+Green+Blue) = 253+195+206=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 195 (76.56% from 255 or 29.82% from 654); Blue value is 206 (80.86% from 255 or 31.50% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3CE is #023C31. Grayscale: #D5D5D5. Windows color (decimal): -146482 or 13550589. OLE color: 13550589.
HSL color Cylindrical-coordinate representation of color #FDC3CE: hue angle of 348.62º 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 #FDC3CE is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 206 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.01 |
| HSL | 348.62º | 0.94% | 0.88% | - |
| HSV(B) | 348.62º | 0.23% | 0.99% | - |
| XYZ | 71.16 | 64.37 | 67.07 | - |
| YUV | 213.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 206 | 0 | 0.23 | 0.19 | 0.01 | 348.62 | 0.94 | 0.88 |
| Hex | FD | C3 | CE | 0 | 17 | 13 | 1 | 15D | 5E | 58 |
| Octal | 375 | 303 | 316 | 0 | 27 | 23 | 1 | 535 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11001110 | 0 | 10111 | 10011 | 1 | 101011101 | 1011110 | 1011000 |
Color Harmonies of #FDC3CE
Complementary color
Monochromatic Colors of #FDC3CE
Black with #FDC3CE
Text Example
Text Example
White with #FDC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3CE; }
p { color: rgb(253,195,206); }
H1.HeaderClassName
{
color: #FDC3CE;
}
.AnyTagClassName
{
color: #FDC3CE;
}
</style>
background-color css
<style>
a { background-color: #FDC3CE; }
a { background-color: rgb(253,195,206); }
div.DivClassName
{
background-color: #FDC3CE;
}
.BgClassName
{
background-color: #FDC3CE;
}
</style>
border-color css
<style>
span { border-color: #FDC3CE; }
span { border-color: rgb(253,195,206); }
td.TdClassName
{
border-color: #FDC3CE;
}
.TagClassName
{
border-color: #FDC3CE;
}
</style>