Shades of Light Pink #FABAC6
Tints of Light Pink #FABAC6
RGB
CMYK
RGB Variations
Color information
#FABAC6 (or 0xFABAC6) is known color: Light Pink. HEX triplet: FA, BA and C6. RGB value is (250,186,198). Sum of RGB (Red+Green+Blue) = 250+186+198=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC6 is #054539. Grayscale: #CECECE. Windows color (decimal): -345402 or 13023994. OLE color: 13023994.
HSL color Cylindrical-coordinate representation of color #FABAC6: hue angle of 348.75º degrees, saturation: 0.86, 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 #FABAC6 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 198 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.02 |
| HSL | 348.75º | 0.86% | 0.85% | - |
| HSV(B) | 348.75º | 0.26% | 0.98% | - |
| XYZ | 67.18 | 59.52 | 61.37 | - |
| YUV | 206.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 198 | 0 | 0.26 | 0.21 | 0.02 | 348.75 | 0.86 | 0.85 |
| Hex | FA | BA | C6 | 0 | 1A | 15 | 2 | 15D | 56 | 55 |
| Octal | 372 | 272 | 306 | 0 | 32 | 25 | 2 | 535 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11000110 | 0 | 11010 | 10101 | 10 | 101011101 | 1010110 | 1010101 |
Color Harmonies of #FABAC6
Complementary color
Monochromatic Colors of #FABAC6
Black with #FABAC6
Text Example
Text Example
White with #FABAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAC6; }
p { color: rgb(250,186,198); }
H1.HeaderClassName
{
color: #FABAC6;
}
.AnyTagClassName
{
color: #FABAC6;
}
</style>
background-color css
<style>
a { background-color: #FABAC6; }
a { background-color: rgb(250,186,198); }
div.DivClassName
{
background-color: #FABAC6;
}
.BgClassName
{
background-color: #FABAC6;
}
</style>
border-color css
<style>
span { border-color: #FABAC6; }
span { border-color: rgb(250,186,198); }
td.TdClassName
{
border-color: #FABAC6;
}
.TagClassName
{
border-color: #FABAC6;
}
</style>