Shades of Your Pink #FABDB9
Tints of Your Pink #FABDB9
RGB
CMYK
RGB Variations
Color information
#FABDB9 (or 0xFABDB9) is known color: Your Pink. HEX triplet: FA, BD and B9. RGB value is (250,189,185). Sum of RGB (Red+Green+Blue) = 250+189+185=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 185 (72.66% from 255 or 29.65% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDB9 is #054246. Grayscale: #CECECE. Windows color (decimal): -344647 or 12172794. OLE color: 12172794.
HSL color Cylindrical-coordinate representation of color #FABDB9: hue angle of 3.69º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FABDB9 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 185 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.02 |
| HSL | 3.69º | 0.87% | 0.85% | - |
| HSV(B) | 3.69º | 0.26% | 0.98% | - |
| XYZ | 66.38 | 60.22 | 54.02 | - |
| YUV | 206.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 185 | 0 | 0.24 | 0.26 | 0.02 | 3.69 | 0.87 | 0.85 |
| Hex | FA | BD | B9 | 0 | 18 | 1A | 2 | 4 | 57 | 55 |
| Octal | 372 | 275 | 271 | 0 | 30 | 32 | 2 | 4 | 127 | 125 |
| Binary | 11111010 | 10111101 | 10111001 | 0 | 11000 | 11010 | 10 | 100 | 1010111 | 1010101 |
Color Harmonies of #FABDB9
Complementary color
Monochromatic Colors of #FABDB9
Black with #FABDB9
Text Example
Text Example
White with #FABDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDB9; }
p { color: rgb(250,189,185); }
H1.HeaderClassName
{
color: #FABDB9;
}
.AnyTagClassName
{
color: #FABDB9;
}
</style>
background-color css
<style>
a { background-color: #FABDB9; }
a { background-color: rgb(250,189,185); }
div.DivClassName
{
background-color: #FABDB9;
}
.BgClassName
{
background-color: #FABDB9;
}
</style>
border-color css
<style>
span { border-color: #FABDB9; }
span { border-color: rgb(250,189,185); }
td.TdClassName
{
border-color: #FABDB9;
}
.TagClassName
{
border-color: #FABDB9;
}
</style>