Shades of Pink #FAC7D0
Tints of Pink #FAC7D0
RGB
CMYK
RGB Variations
Color information
#FAC7D0 (or 0xFAC7D0) is known color: Pink. HEX triplet: FA, C7 and D0. RGB value is (250,199,208). Sum of RGB (Red+Green+Blue) = 250+199+208=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7D0 is #05382F. Grayscale: #D7D7D7. Windows color (decimal): -342064 or 13682682. OLE color: 13682682.
HSL color Cylindrical-coordinate representation of color #FAC7D0: hue angle of 349.41º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC7D0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 208 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.02 |
| HSL | 349.41º | 0.84% | 0.88% | - |
| HSV(B) | 349.41º | 0.2% | 0.98% | - |
| XYZ | 71.23 | 65.72 | 68.61 | - |
| YUV | 215.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 208 | 0 | 0.20 | 0.17 | 0.02 | 349.41 | 0.84 | 0.88 |
| Hex | FA | C7 | D0 | 0 | 14 | 11 | 2 | 15D | 54 | 58 |
| Octal | 372 | 307 | 320 | 0 | 24 | 21 | 2 | 535 | 124 | 130 |
| Binary | 11111010 | 11000111 | 11010000 | 0 | 10100 | 10001 | 10 | 101011101 | 1010100 | 1011000 |
Color Harmonies of #FAC7D0
Complementary color
Monochromatic Colors of #FAC7D0
Black with #FAC7D0
Text Example
Text Example
White with #FAC7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC7D0; }
p { color: rgb(250,199,208); }
H1.HeaderClassName
{
color: #FAC7D0;
}
.AnyTagClassName
{
color: #FAC7D0;
}
</style>
background-color css
<style>
a { background-color: #FAC7D0; }
a { background-color: rgb(250,199,208); }
div.DivClassName
{
background-color: #FAC7D0;
}
.BgClassName
{
background-color: #FAC7D0;
}
</style>
border-color css
<style>
span { border-color: #FAC7D0; }
span { border-color: rgb(250,199,208); }
td.TdClassName
{
border-color: #FAC7D0;
}
.TagClassName
{
border-color: #FAC7D0;
}
</style>