Shades of Your Pink #FAC9B9
Tints of Your Pink #FAC9B9
RGB
CMYK
RGB Variations
Color information
#FAC9B9 (or 0xFAC9B9) is known color: Your Pink. HEX triplet: FA, C9 and B9. RGB value is (250,201,185). Sum of RGB (Red+Green+Blue) = 250+201+185=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9B9 is #053646. Grayscale: #D5D5D5. Windows color (decimal): -341575 or 12175866. OLE color: 12175866.
HSL color Cylindrical-coordinate representation of color #FAC9B9: hue angle of 14.77º degrees, saturation: 0.87, 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 #FAC9B9 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 185 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.02 |
| HSL | 14.77º | 0.87% | 0.85% | - |
| HSV(B) | 14.77º | 0.26% | 0.98% | - |
| XYZ | 69.07 | 65.6 | 54.92 | - |
| YUV | 213.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 185 | 0 | 0.20 | 0.26 | 0.02 | 14.77 | 0.87 | 0.85 |
| Hex | FA | C9 | B9 | 0 | 14 | 1A | 2 | F | 57 | 55 |
| Octal | 372 | 311 | 271 | 0 | 24 | 32 | 2 | 17 | 127 | 125 |
| Binary | 11111010 | 11001001 | 10111001 | 0 | 10100 | 11010 | 10 | 1111 | 1010111 | 1010101 |
Color Harmonies of #FAC9B9
Complementary color
Monochromatic Colors of #FAC9B9
Black with #FAC9B9
Text Example
Text Example
White with #FAC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9B9; }
p { color: rgb(250,201,185); }
H1.HeaderClassName
{
color: #FAC9B9;
}
.AnyTagClassName
{
color: #FAC9B9;
}
</style>
background-color css
<style>
a { background-color: #FAC9B9; }
a { background-color: rgb(250,201,185); }
div.DivClassName
{
background-color: #FAC9B9;
}
.BgClassName
{
background-color: #FAC9B9;
}
</style>
border-color css
<style>
span { border-color: #FAC9B9; }
span { border-color: rgb(250,201,185); }
td.TdClassName
{
border-color: #FAC9B9;
}
.TagClassName
{
border-color: #FAC9B9;
}
</style>