Shades of Your Pink #FAC4B7
Tints of Your Pink #FAC4B7
RGB
CMYK
RGB Variations
Color information
#FAC4B7 (or 0xFAC4B7) is known color: Your Pink. HEX triplet: FA, C4 and B7. RGB value is (250,196,183). Sum of RGB (Red+Green+Blue) = 250+196+183=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 196 (76.95% from 255 or 31.16% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4B7 is #053B48. Grayscale: #D2D2D2. Windows color (decimal): -342857 or 12043514. OLE color: 12043514.
HSL color Cylindrical-coordinate representation of color #FAC4B7: hue angle of 11.64º 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 #FAC4B7 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 183 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.02 |
| HSL | 11.64º | 0.87% | 0.85% | - |
| HSV(B) | 11.64º | 0.27% | 0.98% | - |
| XYZ | 67.71 | 63.22 | 53.43 | - |
| YUV | 210.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 183 | 0 | 0.22 | 0.27 | 0.02 | 11.64 | 0.87 | 0.85 |
| Hex | FA | C4 | B7 | 0 | 16 | 1B | 2 | C | 57 | 55 |
| Octal | 372 | 304 | 267 | 0 | 26 | 33 | 2 | 14 | 127 | 125 |
| Binary | 11111010 | 11000100 | 10110111 | 0 | 10110 | 11011 | 10 | 1100 | 1010111 | 1010101 |
Color Harmonies of #FAC4B7
Complementary color
Monochromatic Colors of #FAC4B7
Black with #FAC4B7
Text Example
Text Example
White with #FAC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4B7; }
p { color: rgb(250,196,183); }
H1.HeaderClassName
{
color: #FAC4B7;
}
.AnyTagClassName
{
color: #FAC4B7;
}
</style>
background-color css
<style>
a { background-color: #FAC4B7; }
a { background-color: rgb(250,196,183); }
div.DivClassName
{
background-color: #FAC4B7;
}
.BgClassName
{
background-color: #FAC4B7;
}
</style>
border-color css
<style>
span { border-color: #FAC4B7; }
span { border-color: rgb(250,196,183); }
td.TdClassName
{
border-color: #FAC4B7;
}
.TagClassName
{
border-color: #FAC4B7;
}
</style>