Shades of Pink #FDC5CE
Tints of Pink #FDC5CE
RGB
CMYK
RGB Variations
Color information
#FDC5CE (or 0xFDC5CE) is known color: Pink. HEX triplet: FD, C5 and CE. RGB value is (253,197,206). Sum of RGB (Red+Green+Blue) = 253+197+206=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC5CE is #023A31. Grayscale: #D6D6D6. Windows color (decimal): -145970 or 13551101. OLE color: 13551101.
HSL color Cylindrical-coordinate representation of color #FDC5CE: hue angle of 350.36º 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 #FDC5CE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 206 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.01 |
| HSL | 350.36º | 0.93% | 0.88% | - |
| HSV(B) | 350.36º | 0.22% | 0.99% | - |
| XYZ | 71.61 | 65.27 | 67.22 | - |
| YUV | 214.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 206 | 0 | 0.22 | 0.19 | 0.01 | 350.36 | 0.93 | 0.88 |
| Hex | FD | C5 | CE | 0 | 16 | 13 | 1 | 15E | 5D | 58 |
| Octal | 375 | 305 | 316 | 0 | 26 | 23 | 1 | 536 | 135 | 130 |
| Binary | 11111101 | 11000101 | 11001110 | 0 | 10110 | 10011 | 1 | 101011110 | 1011101 | 1011000 |
Color Harmonies of #FDC5CE
Complementary color
Monochromatic Colors of #FDC5CE
Black with #FDC5CE
Text Example
Text Example
White with #FDC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5CE; }
p { color: rgb(253,197,206); }
H1.HeaderClassName
{
color: #FDC5CE;
}
.AnyTagClassName
{
color: #FDC5CE;
}
</style>
background-color css
<style>
a { background-color: #FDC5CE; }
a { background-color: rgb(253,197,206); }
div.DivClassName
{
background-color: #FDC5CE;
}
.BgClassName
{
background-color: #FDC5CE;
}
</style>
border-color css
<style>
span { border-color: #FDC5CE; }
span { border-color: rgb(253,197,206); }
td.TdClassName
{
border-color: #FDC5CE;
}
.TagClassName
{
border-color: #FDC5CE;
}
</style>