Shades of Pink #FDBACB
Tints of Pink #FDBACB
RGB
CMYK
RGB Variations
Color information
#FDBACB (or 0xFDBACB) is known color: Pink. HEX triplet: FD, BA and CB. RGB value is (253,186,203). Sum of RGB (Red+Green+Blue) = 253+186+203=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBACB is #024534. Grayscale: #CFCFCF. Windows color (decimal): -148789 or 13351677. OLE color: 13351677.
HSL color Cylindrical-coordinate representation of color #FDBACB: hue angle of 344.78º 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 #FDBACB is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 203 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.01 |
| HSL | 344.78º | 0.94% | 0.86% | - |
| HSV(B) | 344.78º | 0.26% | 0.99% | - |
| XYZ | 68.85 | 60.31 | 64.51 | - |
| YUV | 207.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 203 | 0 | 0.26 | 0.20 | 0.01 | 344.78 | 0.94 | 0.86 |
| Hex | FD | BA | CB | 0 | 1A | 14 | 1 | 159 | 5E | 56 |
| Octal | 375 | 272 | 313 | 0 | 32 | 24 | 1 | 531 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11001011 | 0 | 11010 | 10100 | 1 | 101011001 | 1011110 | 1010110 |
Color Harmonies of #FDBACB
Complementary color
Monochromatic Colors of #FDBACB
Black with #FDBACB
Text Example
Text Example
White with #FDBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBACB; }
p { color: rgb(253,186,203); }
H1.HeaderClassName
{
color: #FDBACB;
}
.AnyTagClassName
{
color: #FDBACB;
}
</style>
background-color css
<style>
a { background-color: #FDBACB; }
a { background-color: rgb(253,186,203); }
div.DivClassName
{
background-color: #FDBACB;
}
.BgClassName
{
background-color: #FDBACB;
}
</style>
border-color css
<style>
span { border-color: #FDBACB; }
span { border-color: rgb(253,186,203); }
td.TdClassName
{
border-color: #FDBACB;
}
.TagClassName
{
border-color: #FDBACB;
}
</style>