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