Shades of Pink #FDC8CE
Tints of Pink #FDC8CE
RGB
CMYK
RGB Variations
Color information
#FDC8CE (or 0xFDC8CE) is known color: Pink. HEX triplet: FD, C8 and CE. RGB value is (253,200,206). Sum of RGB (Red+Green+Blue) = 253+200+206=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8CE is #023731. Grayscale: #D8D8D8. Windows color (decimal): -145202 or 13551869. OLE color: 13551869.
HSL color Cylindrical-coordinate representation of color #FDC8CE: hue angle of 353.21º 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 #FDC8CE is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 206 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.01 |
| HSL | 353.21º | 0.93% | 0.89% | - |
| HSV(B) | 353.21º | 0.21% | 0.99% | - |
| XYZ | 72.3 | 66.65 | 67.45 | - |
| YUV | 216.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 206 | 0 | 0.21 | 0.19 | 0.01 | 353.21 | 0.93 | 0.89 |
| Hex | FD | C8 | CE | 0 | 15 | 13 | 1 | 161 | 5D | 59 |
| Octal | 375 | 310 | 316 | 0 | 25 | 23 | 1 | 541 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11001110 | 0 | 10101 | 10011 | 1 | 101100001 | 1011101 | 1011001 |
Color Harmonies of #FDC8CE
Complementary color
Monochromatic Colors of #FDC8CE
Black with #FDC8CE
Text Example
Text Example
White with #FDC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8CE; }
p { color: rgb(253,200,206); }
H1.HeaderClassName
{
color: #FDC8CE;
}
.AnyTagClassName
{
color: #FDC8CE;
}
</style>
background-color css
<style>
a { background-color: #FDC8CE; }
a { background-color: rgb(253,200,206); }
div.DivClassName
{
background-color: #FDC8CE;
}
.BgClassName
{
background-color: #FDC8CE;
}
</style>
border-color css
<style>
span { border-color: #FDC8CE; }
span { border-color: rgb(253,200,206); }
td.TdClassName
{
border-color: #FDC8CE;
}
.TagClassName
{
border-color: #FDC8CE;
}
</style>