Shades of Pink #FDC7CE
Tints of Pink #FDC7CE
RGB
CMYK
RGB Variations
Color information
#FDC7CE (or 0xFDC7CE) is known color: Pink. HEX triplet: FD, C7 and CE. RGB value is (253,199,206). Sum of RGB (Red+Green+Blue) = 253+199+206=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7CE is #023831. Grayscale: #D7D7D7. Windows color (decimal): -145458 or 13551613. OLE color: 13551613.
HSL color Cylindrical-coordinate representation of color #FDC7CE: hue angle of 352.22º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7CE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 206 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 352.22º | 0.93% | 0.89% | - |
| HSV(B) | 352.22º | 0.21% | 0.99% | - |
| XYZ | 72.07 | 66.19 | 67.37 | - |
| YUV | 215.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 206 | 0 | 0.21 | 0.19 | 0.01 | 352.22 | 0.93 | 0.89 |
| Hex | FD | C7 | CE | 0 | 15 | 13 | 1 | 160 | 5D | 59 |
| Octal | 375 | 307 | 316 | 0 | 25 | 23 | 1 | 540 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11001110 | 0 | 10101 | 10011 | 1 | 101100000 | 1011101 | 1011001 |
Color Harmonies of #FDC7CE
Complementary color
Monochromatic Colors of #FDC7CE
Black with #FDC7CE
Text Example
Text Example
White with #FDC7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7CE; }
p { color: rgb(253,199,206); }
H1.HeaderClassName
{
color: #FDC7CE;
}
.AnyTagClassName
{
color: #FDC7CE;
}
</style>
background-color css
<style>
a { background-color: #FDC7CE; }
a { background-color: rgb(253,199,206); }
div.DivClassName
{
background-color: #FDC7CE;
}
.BgClassName
{
background-color: #FDC7CE;
}
</style>
border-color css
<style>
span { border-color: #FDC7CE; }
span { border-color: rgb(253,199,206); }
td.TdClassName
{
border-color: #FDC7CE;
}
.TagClassName
{
border-color: #FDC7CE;
}
</style>