Shades of Your Pink #FDBDBA
Tints of Your Pink #FDBDBA
RGB
CMYK
RGB Variations
Color information
#FDBDBA (or 0xFDBDBA) is known color: Your Pink. HEX triplet: FD, BD and BA. RGB value is (253,189,186). Sum of RGB (Red+Green+Blue) = 253+189+186=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDBA is #024245. Grayscale: #CFCFCF. Windows color (decimal): -148038 or 12238333. OLE color: 12238333.
HSL color Cylindrical-coordinate representation of color #FDBDBA: hue angle of 2.69º 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 #FDBDBA is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 186 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.01 |
| HSL | 2.69º | 0.94% | 0.86% | - |
| HSV(B) | 2.69º | 0.26% | 0.99% | - |
| XYZ | 67.57 | 60.82 | 54.63 | - |
| YUV | 207.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 186 | 0 | 0.25 | 0.26 | 0.01 | 2.69 | 0.94 | 0.86 |
| Hex | FD | BD | BA | 0 | 19 | 1A | 1 | 3 | 5E | 56 |
| Octal | 375 | 275 | 272 | 0 | 31 | 32 | 1 | 3 | 136 | 126 |
| Binary | 11111101 | 10111101 | 10111010 | 0 | 11001 | 11010 | 1 | 11 | 1011110 | 1010110 |
Color Harmonies of #FDBDBA
Complementary color
Monochromatic Colors of #FDBDBA
Black with #FDBDBA
Text Example
Text Example
White with #FDBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBDBA; }
p { color: rgb(253,189,186); }
H1.HeaderClassName
{
color: #FDBDBA;
}
.AnyTagClassName
{
color: #FDBDBA;
}
</style>
background-color css
<style>
a { background-color: #FDBDBA; }
a { background-color: rgb(253,189,186); }
div.DivClassName
{
background-color: #FDBDBA;
}
.BgClassName
{
background-color: #FDBDBA;
}
</style>
border-color css
<style>
span { border-color: #FDBDBA; }
span { border-color: rgb(253,189,186); }
td.TdClassName
{
border-color: #FDBDBA;
}
.TagClassName
{
border-color: #FDBDBA;
}
</style>