Shades of Pink #FDBAC9
Tints of Pink #FDBAC9
RGB
CMYK
RGB Variations
Color information
#FDBAC9 (or 0xFDBAC9) is known color: Pink. HEX triplet: FD, BA and C9. RGB value is (253,186,201). Sum of RGB (Red+Green+Blue) = 253+186+201=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAC9 is #024536. Grayscale: #CFCFCF. Windows color (decimal): -148791 or 13220605. OLE color: 13220605.
HSL color Cylindrical-coordinate representation of color #FDBAC9: hue angle of 346.57º 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 #FDBAC9 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 201 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.01 |
| HSL | 346.57º | 0.94% | 0.86% | - |
| HSV(B) | 346.57º | 0.26% | 0.99% | - |
| XYZ | 68.61 | 60.22 | 63.27 | - |
| YUV | 207.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 201 | 0 | 0.26 | 0.21 | 0.01 | 346.57 | 0.94 | 0.86 |
| Hex | FD | BA | C9 | 0 | 1A | 15 | 1 | 15B | 5E | 56 |
| Octal | 375 | 272 | 311 | 0 | 32 | 25 | 1 | 533 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11001001 | 0 | 11010 | 10101 | 1 | 101011011 | 1011110 | 1010110 |
Color Harmonies of #FDBAC9
Complementary color
Monochromatic Colors of #FDBAC9
Black with #FDBAC9
Text Example
Text Example
White with #FDBAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAC9; }
p { color: rgb(253,186,201); }
H1.HeaderClassName
{
color: #FDBAC9;
}
.AnyTagClassName
{
color: #FDBAC9;
}
</style>
background-color css
<style>
a { background-color: #FDBAC9; }
a { background-color: rgb(253,186,201); }
div.DivClassName
{
background-color: #FDBAC9;
}
.BgClassName
{
background-color: #FDBAC9;
}
</style>
border-color css
<style>
span { border-color: #FDBAC9; }
span { border-color: rgb(253,186,201); }
td.TdClassName
{
border-color: #FDBAC9;
}
.TagClassName
{
border-color: #FDBAC9;
}
</style>