Shades of Your Pink #FAC7C1
Tints of Your Pink #FAC7C1
RGB
CMYK
RGB Variations
Color information
#FAC7C1 (or 0xFAC7C1) is known color: Your Pink. HEX triplet: FA, C7 and C1. RGB value is (250,199,193). Sum of RGB (Red+Green+Blue) = 250+199+193=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7C1 is #05383E. Grayscale: #D5D5D5. Windows color (decimal): -342079 or 12699642. OLE color: 12699642.
HSL color Cylindrical-coordinate representation of color #FAC7C1: hue angle of 6.32º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC7C1 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 193 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.02 |
| HSL | 6.32º | 0.85% | 0.87% | - |
| HSV(B) | 6.32º | 0.23% | 0.98% | - |
| XYZ | 69.47 | 65.02 | 59.34 | - |
| YUV | 213.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 193 | 0 | 0.20 | 0.23 | 0.02 | 6.32 | 0.85 | 0.87 |
| Hex | FA | C7 | C1 | 0 | 14 | 17 | 2 | 6 | 55 | 57 |
| Octal | 372 | 307 | 301 | 0 | 24 | 27 | 2 | 6 | 125 | 127 |
| Binary | 11111010 | 11000111 | 11000001 | 0 | 10100 | 10111 | 10 | 110 | 1010101 | 1010111 |
Color Harmonies of #FAC7C1
Complementary color
Monochromatic Colors of #FAC7C1
Black with #FAC7C1
Text Example
Text Example
White with #FAC7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7C1; }
p { color: rgb(250,199,193); }
H1.HeaderClassName
{
color: #FAC7C1;
}
.AnyTagClassName
{
color: #FAC7C1;
}
</style>
background-color css
<style>
a { background-color: #FAC7C1; }
a { background-color: rgb(250,199,193); }
div.DivClassName
{
background-color: #FAC7C1;
}
.BgClassName
{
background-color: #FAC7C1;
}
</style>
border-color css
<style>
span { border-color: #FAC7C1; }
span { border-color: rgb(250,199,193); }
td.TdClassName
{
border-color: #FAC7C1;
}
.TagClassName
{
border-color: #FAC7C1;
}
</style>