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