Shades of Your Pink #FAC0B7
Tints of Your Pink #FAC0B7
RGB
CMYK
RGB Variations
Color information
#FAC0B7 (or 0xFAC0B7) is known color: Your Pink. HEX triplet: FA, C0 and B7. RGB value is (250,192,183). Sum of RGB (Red+Green+Blue) = 250+192+183=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0B7 is #053F48. Grayscale: #D0D0D0. Windows color (decimal): -343881 or 12042490. OLE color: 12042490.
HSL color Cylindrical-coordinate representation of color #FAC0B7: hue angle of 8.06º 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 #FAC0B7 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 183 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.02 |
| HSL | 8.06º | 0.87% | 0.85% | - |
| HSV(B) | 8.06º | 0.27% | 0.98% | - |
| XYZ | 66.82 | 61.44 | 53.14 | - |
| YUV | 208.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 183 | 0 | 0.23 | 0.27 | 0.02 | 8.06 | 0.87 | 0.85 |
| Hex | FA | C0 | B7 | 0 | 17 | 1B | 2 | 8 | 57 | 55 |
| Octal | 372 | 300 | 267 | 0 | 27 | 33 | 2 | 10 | 127 | 125 |
| Binary | 11111010 | 11000000 | 10110111 | 0 | 10111 | 11011 | 10 | 1000 | 1010111 | 1010101 |
Color Harmonies of #FAC0B7
Complementary color
Monochromatic Colors of #FAC0B7
Black with #FAC0B7
Text Example
Text Example
White with #FAC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0B7; }
p { color: rgb(250,192,183); }
H1.HeaderClassName
{
color: #FAC0B7;
}
.AnyTagClassName
{
color: #FAC0B7;
}
</style>
background-color css
<style>
a { background-color: #FAC0B7; }
a { background-color: rgb(250,192,183); }
div.DivClassName
{
background-color: #FAC0B7;
}
.BgClassName
{
background-color: #FAC0B7;
}
</style>
border-color css
<style>
span { border-color: #FAC0B7; }
span { border-color: rgb(250,192,183); }
td.TdClassName
{
border-color: #FAC0B7;
}
.TagClassName
{
border-color: #FAC0B7;
}
</style>