Shades of Pink #FDC0CE
Tints of Pink #FDC0CE
RGB
CMYK
RGB Variations
Color information
#FDC0CE (or 0xFDC0CE) is known color: Pink. HEX triplet: FD, C0 and CE. RGB value is (253,192,206). Sum of RGB (Red+Green+Blue) = 253+192+206=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0CE is #023F31. Grayscale: #D3D3D3. Windows color (decimal): -147250 or 13549821. OLE color: 13549821.
HSL color Cylindrical-coordinate representation of color #FDC0CE: hue angle of 346.23º 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 #FDC0CE is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 206 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.01 |
| HSL | 346.23º | 0.94% | 0.87% | - |
| HSV(B) | 346.23º | 0.24% | 0.99% | - |
| XYZ | 70.5 | 63.04 | 66.84 | - |
| YUV | 211.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 206 | 0 | 0.24 | 0.19 | 0.01 | 346.23 | 0.94 | 0.87 |
| Hex | FD | C0 | CE | 0 | 18 | 13 | 1 | 15A | 5E | 57 |
| Octal | 375 | 300 | 316 | 0 | 30 | 23 | 1 | 532 | 136 | 127 |
| Binary | 11111101 | 11000000 | 11001110 | 0 | 11000 | 10011 | 1 | 101011010 | 1011110 | 1010111 |
Color Harmonies of #FDC0CE
Complementary color
Monochromatic Colors of #FDC0CE
Black with #FDC0CE
Text Example
Text Example
White with #FDC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0CE; }
p { color: rgb(253,192,206); }
H1.HeaderClassName
{
color: #FDC0CE;
}
.AnyTagClassName
{
color: #FDC0CE;
}
</style>
background-color css
<style>
a { background-color: #FDC0CE; }
a { background-color: rgb(253,192,206); }
div.DivClassName
{
background-color: #FDC0CE;
}
.BgClassName
{
background-color: #FDC0CE;
}
</style>
border-color css
<style>
span { border-color: #FDC0CE; }
span { border-color: rgb(253,192,206); }
td.TdClassName
{
border-color: #FDC0CE;
}
.TagClassName
{
border-color: #FDC0CE;
}
</style>