Shades of Pink #FABAC7
Tints of Pink #FABAC7
RGB
CMYK
RGB Variations
Color information
#FABAC7 (or 0xFABAC7) is known color: Pink. HEX triplet: FA, BA and C7. RGB value is (250,186,199). Sum of RGB (Red+Green+Blue) = 250+186+199=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 199 (78.12% from 255 or 31.34% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FABAC7 is #054538. Grayscale: #CECECE. Windows color (decimal): -345401 or 13089530. OLE color: 13089530.
HSL color Cylindrical-coordinate representation of color #FABAC7: hue angle of 347.81º 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 #FABAC7 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 186 | 199 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.02 |
| HSL | 347.81º | 0.86% | 0.85% | - |
| HSV(B) | 347.81º | 0.26% | 0.98% | - |
| XYZ | 67.29 | 59.57 | 61.98 | - |
| YUV | 206.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 186 | 199 | 0 | 0.26 | 0.20 | 0.02 | 347.81 | 0.86 | 0.85 |
| Hex | FA | BA | C7 | 0 | 1A | 14 | 2 | 15C | 56 | 55 |
| Octal | 372 | 272 | 307 | 0 | 32 | 24 | 2 | 534 | 126 | 125 |
| Binary | 11111010 | 10111010 | 11000111 | 0 | 11010 | 10100 | 10 | 101011100 | 1010110 | 1010101 |
Color Harmonies of #FABAC7
Complementary color
Monochromatic Colors of #FABAC7
Black with #FABAC7
Text Example
Text Example
White with #FABAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABAC7; }
p { color: rgb(250,186,199); }
H1.HeaderClassName
{
color: #FABAC7;
}
.AnyTagClassName
{
color: #FABAC7;
}
</style>
background-color css
<style>
a { background-color: #FABAC7; }
a { background-color: rgb(250,186,199); }
div.DivClassName
{
background-color: #FABAC7;
}
.BgClassName
{
background-color: #FABAC7;
}
</style>
border-color css
<style>
span { border-color: #FABAC7; }
span { border-color: rgb(250,186,199); }
td.TdClassName
{
border-color: #FABAC7;
}
.TagClassName
{
border-color: #FABAC7;
}
</style>