Shades of Your Pink #FDC1BA
Tints of Your Pink #FDC1BA
RGB
CMYK
RGB Variations
Color information
#FDC1BA (or 0xFDC1BA) is known color: Your Pink. HEX triplet: FD, C1 and BA. RGB value is (253,193,186). Sum of RGB (Red+Green+Blue) = 253+193+186=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1BA is #023E45. Grayscale: #D2D2D2. Windows color (decimal): -147014 or 12239357. OLE color: 12239357.
HSL color Cylindrical-coordinate representation of color #FDC1BA: hue angle of 6.27º 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 #FDC1BA is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 186 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.01 |
| HSL | 6.27º | 0.94% | 0.86% | - |
| HSV(B) | 6.27º | 0.26% | 0.99% | - |
| XYZ | 68.44 | 62.57 | 54.92 | - |
| YUV | 210.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 186 | 0 | 0.24 | 0.26 | 0.01 | 6.27 | 0.94 | 0.86 |
| Hex | FD | C1 | BA | 0 | 18 | 1A | 1 | 6 | 5E | 56 |
| Octal | 375 | 301 | 272 | 0 | 30 | 32 | 1 | 6 | 136 | 126 |
| Binary | 11111101 | 11000001 | 10111010 | 0 | 11000 | 11010 | 1 | 110 | 1011110 | 1010110 |
Color Harmonies of #FDC1BA
Complementary color
Monochromatic Colors of #FDC1BA
Black with #FDC1BA
Text Example
Text Example
White with #FDC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1BA; }
p { color: rgb(253,193,186); }
H1.HeaderClassName
{
color: #FDC1BA;
}
.AnyTagClassName
{
color: #FDC1BA;
}
</style>
background-color css
<style>
a { background-color: #FDC1BA; }
a { background-color: rgb(253,193,186); }
div.DivClassName
{
background-color: #FDC1BA;
}
.BgClassName
{
background-color: #FDC1BA;
}
</style>
border-color css
<style>
span { border-color: #FDC1BA; }
span { border-color: rgb(253,193,186); }
td.TdClassName
{
border-color: #FDC1BA;
}
.TagClassName
{
border-color: #FDC1BA;
}
</style>