Shades of Your Pink #FAC0B6
Tints of Your Pink #FAC0B6
RGB
CMYK
RGB Variations
Color information
#FAC0B6 (or 0xFAC0B6) is known color: Your Pink. HEX triplet: FA, C0 and B6. RGB value is (250,192,182). Sum of RGB (Red+Green+Blue) = 250+192+182=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 182 (71.48% from 255 or 29.17% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B6 is #053F49. Grayscale: #D0D0D0. Windows color (decimal): -343882 or 11976954. OLE color: 11976954.
HSL color Cylindrical-coordinate representation of color #FAC0B6: hue angle of 8.82º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAC0B6 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 182 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.02 |
| HSL | 8.82º | 0.87% | 0.85% | - |
| HSV(B) | 8.82º | 0.27% | 0.98% | - |
| XYZ | 66.72 | 61.4 | 52.59 | - |
| YUV | 208.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 182 | 0 | 0.23 | 0.27 | 0.02 | 8.82 | 0.87 | 0.85 |
| Hex | FA | C0 | B6 | 0 | 17 | 1B | 2 | 9 | 57 | 55 |
| Octal | 372 | 300 | 266 | 0 | 27 | 33 | 2 | 11 | 127 | 125 |
| Binary | 11111010 | 11000000 | 10110110 | 0 | 10111 | 11011 | 10 | 1001 | 1010111 | 1010101 |
Color Harmonies of #FAC0B6
Complementary color
Monochromatic Colors of #FAC0B6
Black with #FAC0B6
Text Example
Text Example
White with #FAC0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0B6; }
p { color: rgb(250,192,182); }
H1.HeaderClassName
{
color: #FAC0B6;
}
.AnyTagClassName
{
color: #FAC0B6;
}
</style>
background-color css
<style>
a { background-color: #FAC0B6; }
a { background-color: rgb(250,192,182); }
div.DivClassName
{
background-color: #FAC0B6;
}
.BgClassName
{
background-color: #FAC0B6;
}
</style>
border-color css
<style>
span { border-color: #FAC0B6; }
span { border-color: rgb(250,192,182); }
td.TdClassName
{
border-color: #FAC0B6;
}
.TagClassName
{
border-color: #FAC0B6;
}
</style>