Shades of Your Pink #FAC9BD
Tints of Your Pink #FAC9BD
RGB
CMYK
RGB Variations
Color information
#FAC9BD (or 0xFAC9BD) is known color: Your Pink. HEX triplet: FA, C9 and BD. RGB value is (250,201,189). Sum of RGB (Red+Green+Blue) = 250+201+189=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9BD is #053642. Grayscale: #D6D6D6. Windows color (decimal): -341571 or 12438010. OLE color: 12438010.
HSL color Cylindrical-coordinate representation of color #FAC9BD: hue angle of 11.8º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC9BD is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 189 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.02 |
| HSL | 11.8º | 0.86% | 0.86% | - |
| HSV(B) | 11.8º | 0.24% | 0.98% | - |
| XYZ | 69.5 | 65.77 | 57.18 | - |
| YUV | 214.28 | 113.73 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 189 | 0 | 0.20 | 0.24 | 0.02 | 11.8 | 0.86 | 0.86 |
| Hex | FA | C9 | BD | 0 | 14 | 18 | 2 | C | 56 | 56 |
| Octal | 372 | 311 | 275 | 0 | 24 | 30 | 2 | 14 | 126 | 126 |
| Binary | 11111010 | 11001001 | 10111101 | 0 | 10100 | 11000 | 10 | 1100 | 1010110 | 1010110 |
Color Harmonies of #FAC9BD
Complementary color
Monochromatic Colors of #FAC9BD
Black with #FAC9BD
Text Example
Text Example
White with #FAC9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9BD; }
p { color: rgb(250,201,189); }
H1.HeaderClassName
{
color: #FAC9BD;
}
.AnyTagClassName
{
color: #FAC9BD;
}
</style>
background-color css
<style>
a { background-color: #FAC9BD; }
a { background-color: rgb(250,201,189); }
div.DivClassName
{
background-color: #FAC9BD;
}
.BgClassName
{
background-color: #FAC9BD;
}
</style>
border-color css
<style>
span { border-color: #FAC9BD; }
span { border-color: rgb(250,201,189); }
td.TdClassName
{
border-color: #FAC9BD;
}
.TagClassName
{
border-color: #FAC9BD;
}
</style>