Shades of Your Pink #FAC7B7
Tints of Your Pink #FAC7B7
RGB
CMYK
RGB Variations
Color information
#FAC7B7 (or 0xFAC7B7) is known color: Your Pink. HEX triplet: FA, C7 and B7. RGB value is (250,199,183). Sum of RGB (Red+Green+Blue) = 250+199+183=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 183 (71.88% from 255 or 28.96% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7B7 is #053848. Grayscale: #D4D4D4. Windows color (decimal): -342089 or 12044282. OLE color: 12044282.
HSL color Cylindrical-coordinate representation of color #FAC7B7: hue angle of 14.33º 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 #FAC7B7 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 183 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.02 |
| HSL | 14.33º | 0.87% | 0.85% | - |
| HSV(B) | 14.33º | 0.27% | 0.98% | - |
| XYZ | 68.4 | 64.59 | 53.66 | - |
| YUV | 212.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 183 | 0 | 0.20 | 0.27 | 0.02 | 14.33 | 0.87 | 0.85 |
| Hex | FA | C7 | B7 | 0 | 14 | 1B | 2 | E | 57 | 55 |
| Octal | 372 | 307 | 267 | 0 | 24 | 33 | 2 | 16 | 127 | 125 |
| Binary | 11111010 | 11000111 | 10110111 | 0 | 10100 | 11011 | 10 | 1110 | 1010111 | 1010101 |
Color Harmonies of #FAC7B7
Complementary color
Monochromatic Colors of #FAC7B7
Black with #FAC7B7
Text Example
Text Example
White with #FAC7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7B7; }
p { color: rgb(250,199,183); }
H1.HeaderClassName
{
color: #FAC7B7;
}
.AnyTagClassName
{
color: #FAC7B7;
}
</style>
background-color css
<style>
a { background-color: #FAC7B7; }
a { background-color: rgb(250,199,183); }
div.DivClassName
{
background-color: #FAC7B7;
}
.BgClassName
{
background-color: #FAC7B7;
}
</style>
border-color css
<style>
span { border-color: #FAC7B7; }
span { border-color: rgb(250,199,183); }
td.TdClassName
{
border-color: #FAC7B7;
}
.TagClassName
{
border-color: #FAC7B7;
}
</style>