Shades of Your Pink #FAC9BC
Tints of Your Pink #FAC9BC
RGB
CMYK
RGB Variations
Color information
#FAC9BC (or 0xFAC9BC) is known color: Your Pink. HEX triplet: FA, C9 and BC. RGB value is (250,201,188). Sum of RGB (Red+Green+Blue) = 250+201+188=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9BC is #053643. Grayscale: #D6D6D6. Windows color (decimal): -341572 or 12372474. OLE color: 12372474.
HSL color Cylindrical-coordinate representation of color #FAC9BC: hue angle of 12.58º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAC9BC is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 188 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.02 |
| HSL | 12.58º | 0.86% | 0.86% | - |
| HSV(B) | 12.58º | 0.25% | 0.98% | - |
| XYZ | 69.39 | 65.73 | 56.61 | - |
| YUV | 214.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 188 | 0 | 0.20 | 0.25 | 0.02 | 12.58 | 0.86 | 0.86 |
| Hex | FA | C9 | BC | 0 | 14 | 19 | 2 | D | 56 | 56 |
| Octal | 372 | 311 | 274 | 0 | 24 | 31 | 2 | 15 | 126 | 126 |
| Binary | 11111010 | 11001001 | 10111100 | 0 | 10100 | 11001 | 10 | 1101 | 1010110 | 1010110 |
Color Harmonies of #FAC9BC
Complementary color
Monochromatic Colors of #FAC9BC
Black with #FAC9BC
Text Example
Text Example
White with #FAC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9BC; }
p { color: rgb(250,201,188); }
H1.HeaderClassName
{
color: #FAC9BC;
}
.AnyTagClassName
{
color: #FAC9BC;
}
</style>
background-color css
<style>
a { background-color: #FAC9BC; }
a { background-color: rgb(250,201,188); }
div.DivClassName
{
background-color: #FAC9BC;
}
.BgClassName
{
background-color: #FAC9BC;
}
</style>
border-color css
<style>
span { border-color: #FAC9BC; }
span { border-color: rgb(250,201,188); }
td.TdClassName
{
border-color: #FAC9BC;
}
.TagClassName
{
border-color: #FAC9BC;
}
</style>