Shades of Your Pink #FDC0BA
Tints of Your Pink #FDC0BA
RGB
CMYK
RGB Variations
Color information
#FDC0BA (or 0xFDC0BA) is known color: Your Pink. HEX triplet: FD, C0 and BA. RGB value is (253,192,186). Sum of RGB (Red+Green+Blue) = 253+192+186=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0BA is #023F45. Grayscale: #D1D1D1. Windows color (decimal): -147270 or 12239101. OLE color: 12239101.
HSL color Cylindrical-coordinate representation of color #FDC0BA: hue angle of 5.37º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDC0BA is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 186 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.01 |
| HSL | 5.37º | 0.94% | 0.86% | - |
| HSV(B) | 5.37º | 0.26% | 0.99% | - |
| XYZ | 68.22 | 62.13 | 54.85 | - |
| YUV | 209.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 186 | 0 | 0.24 | 0.26 | 0.01 | 5.37 | 0.94 | 0.86 |
| Hex | FD | C0 | BA | 0 | 18 | 1A | 1 | 5 | 5E | 56 |
| Octal | 375 | 300 | 272 | 0 | 30 | 32 | 1 | 5 | 136 | 126 |
| Binary | 11111101 | 11000000 | 10111010 | 0 | 11000 | 11010 | 1 | 101 | 1011110 | 1010110 |
Color Harmonies of #FDC0BA
Complementary color
Monochromatic Colors of #FDC0BA
Black with #FDC0BA
Text Example
Text Example
White with #FDC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0BA; }
p { color: rgb(253,192,186); }
H1.HeaderClassName
{
color: #FDC0BA;
}
.AnyTagClassName
{
color: #FDC0BA;
}
</style>
background-color css
<style>
a { background-color: #FDC0BA; }
a { background-color: rgb(253,192,186); }
div.DivClassName
{
background-color: #FDC0BA;
}
.BgClassName
{
background-color: #FDC0BA;
}
</style>
border-color css
<style>
span { border-color: #FDC0BA; }
span { border-color: rgb(253,192,186); }
td.TdClassName
{
border-color: #FDC0BA;
}
.TagClassName
{
border-color: #FDC0BA;
}
</style>