Shades of Your Pink #FAC5BA
Tints of Your Pink #FAC5BA
RGB
CMYK
RGB Variations
Color information
#FAC5BA (or 0xFAC5BA) is known color: Your Pink. HEX triplet: FA, C5 and BA. RGB value is (250,197,186). Sum of RGB (Red+Green+Blue) = 250+197+186=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5BA is #053A45. Grayscale: #D3D3D3. Windows color (decimal): -342598 or 12240378. OLE color: 12240378.
HSL color Cylindrical-coordinate representation of color #FAC5BA: hue angle of 10.31º 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 #FAC5BA is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 186 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.02 |
| HSL | 10.31º | 0.86% | 0.85% | - |
| HSV(B) | 10.31º | 0.26% | 0.98% | - |
| XYZ | 68.25 | 63.8 | 55.17 | - |
| YUV | 211.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 186 | 0 | 0.21 | 0.26 | 0.02 | 10.31 | 0.86 | 0.85 |
| Hex | FA | C5 | BA | 0 | 15 | 1A | 2 | A | 56 | 55 |
| Octal | 372 | 305 | 272 | 0 | 25 | 32 | 2 | 12 | 126 | 125 |
| Binary | 11111010 | 11000101 | 10111010 | 0 | 10101 | 11010 | 10 | 1010 | 1010110 | 1010101 |
Color Harmonies of #FAC5BA
Complementary color
Monochromatic Colors of #FAC5BA
Black with #FAC5BA
Text Example
Text Example
White with #FAC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5BA; }
p { color: rgb(250,197,186); }
H1.HeaderClassName
{
color: #FAC5BA;
}
.AnyTagClassName
{
color: #FAC5BA;
}
</style>
background-color css
<style>
a { background-color: #FAC5BA; }
a { background-color: rgb(250,197,186); }
div.DivClassName
{
background-color: #FAC5BA;
}
.BgClassName
{
background-color: #FAC5BA;
}
</style>
border-color css
<style>
span { border-color: #FAC5BA; }
span { border-color: rgb(250,197,186); }
td.TdClassName
{
border-color: #FAC5BA;
}
.TagClassName
{
border-color: #FAC5BA;
}
</style>