Shades of Your Pink #FAC9BB
Tints of Your Pink #FAC9BB
RGB
CMYK
RGB Variations
Color information
#FAC9BB (or 0xFAC9BB) is known color: Your Pink. HEX triplet: FA, C9 and BB. RGB value is (250,201,187). Sum of RGB (Red+Green+Blue) = 250+201+187=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9BB is #053644. Grayscale: #D6D6D6. Windows color (decimal): -341573 or 12306938. OLE color: 12306938.
HSL color Cylindrical-coordinate representation of color #FAC9BB: hue angle of 13.33º 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 #FAC9BB is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 187 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.02 |
| HSL | 13.33º | 0.86% | 0.86% | - |
| HSV(B) | 13.33º | 0.25% | 0.98% | - |
| XYZ | 69.28 | 65.69 | 56.04 | - |
| YUV | 214.06 | 112.73 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 187 | 0 | 0.20 | 0.25 | 0.02 | 13.33 | 0.86 | 0.86 |
| Hex | FA | C9 | BB | 0 | 14 | 19 | 2 | D | 56 | 56 |
| Octal | 372 | 311 | 273 | 0 | 24 | 31 | 2 | 15 | 126 | 126 |
| Binary | 11111010 | 11001001 | 10111011 | 0 | 10100 | 11001 | 10 | 1101 | 1010110 | 1010110 |
Color Harmonies of #FAC9BB
Complementary color
Monochromatic Colors of #FAC9BB
Black with #FAC9BB
Text Example
Text Example
White with #FAC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9BB; }
p { color: rgb(250,201,187); }
H1.HeaderClassName
{
color: #FAC9BB;
}
.AnyTagClassName
{
color: #FAC9BB;
}
</style>
background-color css
<style>
a { background-color: #FAC9BB; }
a { background-color: rgb(250,201,187); }
div.DivClassName
{
background-color: #FAC9BB;
}
.BgClassName
{
background-color: #FAC9BB;
}
</style>
border-color css
<style>
span { border-color: #FAC9BB; }
span { border-color: rgb(250,201,187); }
td.TdClassName
{
border-color: #FAC9BB;
}
.TagClassName
{
border-color: #FAC9BB;
}
</style>