Shades of Your Pink #FAC0BB
Tints of Your Pink #FAC0BB
RGB
CMYK
RGB Variations
Color information
#FAC0BB (or 0xFAC0BB) is known color: Your Pink. HEX triplet: FA, C0 and BB. RGB value is (250,192,187). Sum of RGB (Red+Green+Blue) = 250+192+187=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0BB is #053F44. Grayscale: #D0D0D0. Windows color (decimal): -343877 or 12304634. OLE color: 12304634.
HSL color Cylindrical-coordinate representation of color #FAC0BB: hue angle of 4.76º 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 #FAC0BB is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 187 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.02 |
| HSL | 4.76º | 0.86% | 0.86% | - |
| HSV(B) | 4.76º | 0.25% | 0.98% | - |
| XYZ | 67.24 | 61.61 | 55.36 | - |
| YUV | 208.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 187 | 0 | 0.23 | 0.25 | 0.02 | 4.76 | 0.86 | 0.86 |
| Hex | FA | C0 | BB | 0 | 17 | 19 | 2 | 5 | 56 | 56 |
| Octal | 372 | 300 | 273 | 0 | 27 | 31 | 2 | 5 | 126 | 126 |
| Binary | 11111010 | 11000000 | 10111011 | 0 | 10111 | 11001 | 10 | 101 | 1010110 | 1010110 |
Color Harmonies of #FAC0BB
Complementary color
Monochromatic Colors of #FAC0BB
Black with #FAC0BB
Text Example
Text Example
White with #FAC0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0BB; }
p { color: rgb(250,192,187); }
H1.HeaderClassName
{
color: #FAC0BB;
}
.AnyTagClassName
{
color: #FAC0BB;
}
</style>
background-color css
<style>
a { background-color: #FAC0BB; }
a { background-color: rgb(250,192,187); }
div.DivClassName
{
background-color: #FAC0BB;
}
.BgClassName
{
background-color: #FAC0BB;
}
</style>
border-color css
<style>
span { border-color: #FAC0BB; }
span { border-color: rgb(250,192,187); }
td.TdClassName
{
border-color: #FAC0BB;
}
.TagClassName
{
border-color: #FAC0BB;
}
</style>