Shades of Your Pink #FABDBC
Tints of Your Pink #FABDBC
RGB
CMYK
RGB Variations
Color information
#FABDBC (or 0xFABDBC) is known color: Your Pink. HEX triplet: FA, BD and BC. RGB value is (250,189,188). Sum of RGB (Red+Green+Blue) = 250+189+188=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FABDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABDBC is #054243. Grayscale: #CFCFCF. Windows color (decimal): -344644 or 12369402. OLE color: 12369402.
HSL color Cylindrical-coordinate representation of color #FABDBC: hue angle of 0.97º 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 #FABDBC is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 188 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.02 |
| HSL | 0.97º | 0.86% | 0.86% | - |
| HSV(B) | 0.97º | 0.25% | 0.98% | - |
| XYZ | 66.7 | 60.35 | 55.71 | - |
| YUV | 207.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 188 | 0 | 0.24 | 0.25 | 0.02 | 0.97 | 0.86 | 0.86 |
| Hex | FA | BD | BC | 0 | 18 | 19 | 2 | 1 | 56 | 56 |
| Octal | 372 | 275 | 274 | 0 | 30 | 31 | 2 | 1 | 126 | 126 |
| Binary | 11111010 | 10111101 | 10111100 | 0 | 11000 | 11001 | 10 | 1 | 1010110 | 1010110 |
Color Harmonies of #FABDBC
Complementary color
Monochromatic Colors of #FABDBC
Black with #FABDBC
Text Example
Text Example
White with #FABDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABDBC; }
p { color: rgb(250,189,188); }
H1.HeaderClassName
{
color: #FABDBC;
}
.AnyTagClassName
{
color: #FABDBC;
}
</style>
background-color css
<style>
a { background-color: #FABDBC; }
a { background-color: rgb(250,189,188); }
div.DivClassName
{
background-color: #FABDBC;
}
.BgClassName
{
background-color: #FABDBC;
}
</style>
border-color css
<style>
span { border-color: #FABDBC; }
span { border-color: rgb(250,189,188); }
td.TdClassName
{
border-color: #FABDBC;
}
.TagClassName
{
border-color: #FABDBC;
}
</style>