Shades of Your Pink #FAC0B9
Tints of Your Pink #FAC0B9
RGB
CMYK
RGB Variations
Color information
#FAC0B9 (or 0xFAC0B9) is known color: Your Pink. HEX triplet: FA, C0 and B9. RGB value is (250,192,185). Sum of RGB (Red+Green+Blue) = 250+192+185=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B9 is #053F46. Grayscale: #D0D0D0. Windows color (decimal): -343879 or 12173562. OLE color: 12173562.
HSL color Cylindrical-coordinate representation of color #FAC0B9: hue angle of 6.46º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAC0B9 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 185 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.02 |
| HSL | 6.46º | 0.87% | 0.85% | - |
| HSV(B) | 6.46º | 0.26% | 0.98% | - |
| XYZ | 67.03 | 61.53 | 54.24 | - |
| YUV | 208.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 185 | 0 | 0.23 | 0.26 | 0.02 | 6.46 | 0.87 | 0.85 |
| Hex | FA | C0 | B9 | 0 | 17 | 1A | 2 | 6 | 57 | 55 |
| Octal | 372 | 300 | 271 | 0 | 27 | 32 | 2 | 6 | 127 | 125 |
| Binary | 11111010 | 11000000 | 10111001 | 0 | 10111 | 11010 | 10 | 110 | 1010111 | 1010101 |
Color Harmonies of #FAC0B9
Complementary color
Monochromatic Colors of #FAC0B9
Black with #FAC0B9
Text Example
Text Example
White with #FAC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0B9; }
p { color: rgb(250,192,185); }
H1.HeaderClassName
{
color: #FAC0B9;
}
.AnyTagClassName
{
color: #FAC0B9;
}
</style>
background-color css
<style>
a { background-color: #FAC0B9; }
a { background-color: rgb(250,192,185); }
div.DivClassName
{
background-color: #FAC0B9;
}
.BgClassName
{
background-color: #FAC0B9;
}
</style>
border-color css
<style>
span { border-color: #FAC0B9; }
span { border-color: rgb(250,192,185); }
td.TdClassName
{
border-color: #FAC0B9;
}
.TagClassName
{
border-color: #FAC0B9;
}
</style>