Shades of Your Pink #FABDBB
Tints of Your Pink #FABDBB
RGB
CMYK
RGB Variations
Color information
#FABDBB (or 0xFABDBB) is known color: Your Pink. HEX triplet: FA, BD and BB. RGB value is (250,189,187). Sum of RGB (Red+Green+Blue) = 250+189+187=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDBB is #054244. Grayscale: #CFCFCF. Windows color (decimal): -344645 or 12303866. OLE color: 12303866.
HSL color Cylindrical-coordinate representation of color #FABDBB: hue angle of 1.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABDBB is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 187 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.02 |
| HSL | 1.9º | 0.86% | 0.86% | - |
| HSV(B) | 1.9º | 0.25% | 0.98% | - |
| XYZ | 66.59 | 60.31 | 55.14 | - |
| YUV | 207.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 187 | 0 | 0.24 | 0.25 | 0.02 | 1.9 | 0.86 | 0.86 |
| Hex | FA | BD | BB | 0 | 18 | 19 | 2 | 2 | 56 | 56 |
| Octal | 372 | 275 | 273 | 0 | 30 | 31 | 2 | 2 | 126 | 126 |
| Binary | 11111010 | 10111101 | 10111011 | 0 | 11000 | 11001 | 10 | 10 | 1010110 | 1010110 |
Color Harmonies of #FABDBB
Complementary color
Monochromatic Colors of #FABDBB
Black with #FABDBB
Text Example
Text Example
White with #FABDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDBB; }
p { color: rgb(250,189,187); }
H1.HeaderClassName
{
color: #FABDBB;
}
.AnyTagClassName
{
color: #FABDBB;
}
</style>
background-color css
<style>
a { background-color: #FABDBB; }
a { background-color: rgb(250,189,187); }
div.DivClassName
{
background-color: #FABDBB;
}
.BgClassName
{
background-color: #FABDBB;
}
</style>
border-color css
<style>
span { border-color: #FABDBB; }
span { border-color: rgb(250,189,187); }
td.TdClassName
{
border-color: #FABDBB;
}
.TagClassName
{
border-color: #FABDBB;
}
</style>