Shades of Your Pink #FDC2BA
Tints of Your Pink #FDC2BA
RGB
CMYK
RGB Variations
Color information
#FDC2BA (or 0xFDC2BA) is known color: Your Pink. HEX triplet: FD, C2 and BA. RGB value is (253,194,186). Sum of RGB (Red+Green+Blue) = 253+194+186=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2BA is #023D45. Grayscale: #D2D2D2. Windows color (decimal): -146758 or 12239613. OLE color: 12239613.
HSL color Cylindrical-coordinate representation of color #FDC2BA: hue angle of 7.16º 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 #FDC2BA is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 186 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.01 |
| HSL | 7.16º | 0.94% | 0.86% | - |
| HSV(B) | 7.16º | 0.26% | 0.99% | - |
| XYZ | 68.66 | 63.01 | 55 | - |
| YUV | 210.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 186 | 0 | 0.23 | 0.26 | 0.01 | 7.16 | 0.94 | 0.86 |
| Hex | FD | C2 | BA | 0 | 17 | 1A | 1 | 7 | 5E | 56 |
| Octal | 375 | 302 | 272 | 0 | 27 | 32 | 1 | 7 | 136 | 126 |
| Binary | 11111101 | 11000010 | 10111010 | 0 | 10111 | 11010 | 1 | 111 | 1011110 | 1010110 |
Color Harmonies of #FDC2BA
Complementary color
Monochromatic Colors of #FDC2BA
Black with #FDC2BA
Text Example
Text Example
White with #FDC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2BA; }
p { color: rgb(253,194,186); }
H1.HeaderClassName
{
color: #FDC2BA;
}
.AnyTagClassName
{
color: #FDC2BA;
}
</style>
background-color css
<style>
a { background-color: #FDC2BA; }
a { background-color: rgb(253,194,186); }
div.DivClassName
{
background-color: #FDC2BA;
}
.BgClassName
{
background-color: #FDC2BA;
}
</style>
border-color css
<style>
span { border-color: #FDC2BA; }
span { border-color: rgb(253,194,186); }
td.TdClassName
{
border-color: #FDC2BA;
}
.TagClassName
{
border-color: #FDC2BA;
}
</style>