Shades of Your Pink #FAC9BA
Tints of Your Pink #FAC9BA
RGB
CMYK
RGB Variations
Color information
#FAC9BA (or 0xFAC9BA) is known color: Your Pink. HEX triplet: FA, C9 and BA. RGB value is (250,201,186). Sum of RGB (Red+Green+Blue) = 250+201+186=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9BA is #053645. Grayscale: #D6D6D6. Windows color (decimal): -341574 or 12241402. OLE color: 12241402.
HSL color Cylindrical-coordinate representation of color #FAC9BA: hue angle of 14.06º 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 #FAC9BA is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 186 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.02 |
| HSL | 14.06º | 0.86% | 0.85% | - |
| HSV(B) | 14.06º | 0.26% | 0.98% | - |
| XYZ | 69.17 | 65.64 | 55.48 | - |
| YUV | 213.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 186 | 0 | 0.20 | 0.26 | 0.02 | 14.06 | 0.86 | 0.85 |
| Hex | FA | C9 | BA | 0 | 14 | 1A | 2 | E | 56 | 55 |
| Octal | 372 | 311 | 272 | 0 | 24 | 32 | 2 | 16 | 126 | 125 |
| Binary | 11111010 | 11001001 | 10111010 | 0 | 10100 | 11010 | 10 | 1110 | 1010110 | 1010101 |
Color Harmonies of #FAC9BA
Complementary color
Monochromatic Colors of #FAC9BA
Black with #FAC9BA
Text Example
Text Example
White with #FAC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9BA; }
p { color: rgb(250,201,186); }
H1.HeaderClassName
{
color: #FAC9BA;
}
.AnyTagClassName
{
color: #FAC9BA;
}
</style>
background-color css
<style>
a { background-color: #FAC9BA; }
a { background-color: rgb(250,201,186); }
div.DivClassName
{
background-color: #FAC9BA;
}
.BgClassName
{
background-color: #FAC9BA;
}
</style>
border-color css
<style>
span { border-color: #FAC9BA; }
span { border-color: rgb(250,201,186); }
td.TdClassName
{
border-color: #FAC9BA;
}
.TagClassName
{
border-color: #FAC9BA;
}
</style>