Shades of Your Pink #FAC6BB
Tints of Your Pink #FAC6BB
RGB
CMYK
RGB Variations
Color information
#FAC6BB (or 0xFAC6BB) is known color: Your Pink. HEX triplet: FA, C6 and BB. RGB value is (250,198,187). Sum of RGB (Red+Green+Blue) = 250+198+187=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 198 (77.73% from 255 or 31.18% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6BB is #053944. Grayscale: #D4D4D4. Windows color (decimal): -342341 or 12306170. OLE color: 12306170.
HSL color Cylindrical-coordinate representation of color #FAC6BB: hue angle of 10.48º 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 #FAC6BB is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 187 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.02 |
| HSL | 10.48º | 0.86% | 0.86% | - |
| HSV(B) | 10.48º | 0.25% | 0.98% | - |
| XYZ | 68.59 | 64.3 | 55.81 | - |
| YUV | 212.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 187 | 0 | 0.21 | 0.25 | 0.02 | 10.48 | 0.86 | 0.86 |
| Hex | FA | C6 | BB | 0 | 15 | 19 | 2 | A | 56 | 56 |
| Octal | 372 | 306 | 273 | 0 | 25 | 31 | 2 | 12 | 126 | 126 |
| Binary | 11111010 | 11000110 | 10111011 | 0 | 10101 | 11001 | 10 | 1010 | 1010110 | 1010110 |
Color Harmonies of #FAC6BB
Complementary color
Monochromatic Colors of #FAC6BB
Black with #FAC6BB
Text Example
Text Example
White with #FAC6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6BB; }
p { color: rgb(250,198,187); }
H1.HeaderClassName
{
color: #FAC6BB;
}
.AnyTagClassName
{
color: #FAC6BB;
}
</style>
background-color css
<style>
a { background-color: #FAC6BB; }
a { background-color: rgb(250,198,187); }
div.DivClassName
{
background-color: #FAC6BB;
}
.BgClassName
{
background-color: #FAC6BB;
}
</style>
border-color css
<style>
span { border-color: #FAC6BB; }
span { border-color: rgb(250,198,187); }
td.TdClassName
{
border-color: #FAC6BB;
}
.TagClassName
{
border-color: #FAC6BB;
}
</style>