Shades of Your Pink #FDBABA
Tints of Your Pink #FDBABA
RGB
CMYK
RGB Variations
Color information
#FDBABA (or 0xFDBABA) is known color: Your Pink. HEX triplet: FD, BA and BA. RGB value is (253,186,186). Sum of RGB (Red+Green+Blue) = 253+186+186=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABA is #024545. Grayscale: #CECECE. Windows color (decimal): -148806 or 12237565. OLE color: 12237565.
HSL color Cylindrical-coordinate representation of color #FDBABA: hue angle of 0º 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 #FDBABA is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 186 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.01 |
| HSL | 0º | 0.94% | 0.86% | - |
| HSV(B) | 0º | 0.26% | 0.99% | - |
| XYZ | 66.93 | 59.55 | 54.42 | - |
| YUV | 206.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 186 | 0 | 0.26 | 0.26 | 0.01 | 0 | 0.94 | 0.86 |
| Hex | FD | BA | BA | 0 | 1A | 1A | 1 | 0 | 5E | 56 |
| Octal | 375 | 272 | 272 | 0 | 32 | 32 | 1 | 0 | 136 | 126 |
| Binary | 11111101 | 10111010 | 10111010 | 0 | 11010 | 11010 | 1 | 0 | 1011110 | 1010110 |
Color Harmonies of #FDBABA
Complementary color
Monochromatic Colors of #FDBABA
Black with #FDBABA
Text Example
Text Example
White with #FDBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBABA; }
p { color: rgb(253,186,186); }
H1.HeaderClassName
{
color: #FDBABA;
}
.AnyTagClassName
{
color: #FDBABA;
}
</style>
background-color css
<style>
a { background-color: #FDBABA; }
a { background-color: rgb(253,186,186); }
div.DivClassName
{
background-color: #FDBABA;
}
.BgClassName
{
background-color: #FDBABA;
}
</style>
border-color css
<style>
span { border-color: #FDBABA; }
span { border-color: rgb(253,186,186); }
td.TdClassName
{
border-color: #FDBABA;
}
.TagClassName
{
border-color: #FDBABA;
}
</style>