Shades of Your Pink #FAC7B5
Tints of Your Pink #FAC7B5
RGB
CMYK
RGB Variations
Color information
#FAC7B5 (or 0xFAC7B5) is known color: Your Pink. HEX triplet: FA, C7 and B5. RGB value is (250,199,181). Sum of RGB (Red+Green+Blue) = 250+199+181=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 181 (71.09% from 255 or 28.73% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7B5 is #05384A. Grayscale: #D4D4D4. Windows color (decimal): -342091 or 11913210. OLE color: 11913210.
HSL color Cylindrical-coordinate representation of color #FAC7B5: hue angle of 15.65º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC7B5 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 181 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.02 |
| HSL | 15.65º | 0.87% | 0.85% | - |
| HSV(B) | 15.65º | 0.28% | 0.98% | - |
| XYZ | 68.19 | 64.51 | 52.57 | - |
| YUV | 212.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 181 | 0 | 0.20 | 0.28 | 0.02 | 15.65 | 0.87 | 0.85 |
| Hex | FA | C7 | B5 | 0 | 14 | 1C | 2 | 10 | 57 | 55 |
| Octal | 372 | 307 | 265 | 0 | 24 | 34 | 2 | 20 | 127 | 125 |
| Binary | 11111010 | 11000111 | 10110101 | 0 | 10100 | 11100 | 10 | 10000 | 1010111 | 1010101 |
Color Harmonies of #FAC7B5
Complementary color
Monochromatic Colors of #FAC7B5
Black with #FAC7B5
Text Example
Text Example
White with #FAC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7B5; }
p { color: rgb(250,199,181); }
H1.HeaderClassName
{
color: #FAC7B5;
}
.AnyTagClassName
{
color: #FAC7B5;
}
</style>
background-color css
<style>
a { background-color: #FAC7B5; }
a { background-color: rgb(250,199,181); }
div.DivClassName
{
background-color: #FAC7B5;
}
.BgClassName
{
background-color: #FAC7B5;
}
</style>
border-color css
<style>
span { border-color: #FAC7B5; }
span { border-color: rgb(250,199,181); }
td.TdClassName
{
border-color: #FAC7B5;
}
.TagClassName
{
border-color: #FAC7B5;
}
</style>