Shades of Your Pink #FAC0BA
Tints of Your Pink #FAC0BA
RGB
CMYK
RGB Variations
Color information
#FAC0BA (or 0xFAC0BA) is known color: Your Pink. HEX triplet: FA, C0 and BA. RGB value is (250,192,186). Sum of RGB (Red+Green+Blue) = 250+192+186=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0BA is #053F45. Grayscale: #D0D0D0. Windows color (decimal): -343878 or 12239098. OLE color: 12239098.
HSL color Cylindrical-coordinate representation of color #FAC0BA: hue angle of 5.62º 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 #FAC0BA is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 186 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.02 |
| HSL | 5.63º | 0.86% | 0.85% | - |
| HSV(B) | 5.63º | 0.26% | 0.98% | - |
| XYZ | 67.14 | 61.57 | 54.8 | - |
| YUV | 208.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 186 | 0 | 0.23 | 0.26 | 0.02 | 5.63 | 0.86 | 0.85 |
| Hex | FA | C0 | BA | 0 | 17 | 1A | 2 | 6 | 56 | 55 |
| Octal | 372 | 300 | 272 | 0 | 27 | 32 | 2 | 6 | 126 | 125 |
| Binary | 11111010 | 11000000 | 10111010 | 0 | 10111 | 11010 | 10 | 110 | 1010110 | 1010101 |
Color Harmonies of #FAC0BA
Complementary color
Monochromatic Colors of #FAC0BA
Black with #FAC0BA
Text Example
Text Example
White with #FAC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0BA; }
p { color: rgb(250,192,186); }
H1.HeaderClassName
{
color: #FAC0BA;
}
.AnyTagClassName
{
color: #FAC0BA;
}
</style>
background-color css
<style>
a { background-color: #FAC0BA; }
a { background-color: rgb(250,192,186); }
div.DivClassName
{
background-color: #FAC0BA;
}
.BgClassName
{
background-color: #FAC0BA;
}
</style>
border-color css
<style>
span { border-color: #FAC0BA; }
span { border-color: rgb(250,192,186); }
td.TdClassName
{
border-color: #FAC0BA;
}
.TagClassName
{
border-color: #FAC0BA;
}
</style>