Shades of Pink #FAC6CF
Tints of Pink #FAC6CF
RGB
CMYK
RGB Variations
Color information
#FAC6CF (or 0xFAC6CF) is known color: Pink. HEX triplet: FA, C6 and CF. RGB value is (250,198,207). Sum of RGB (Red+Green+Blue) = 250+198+207=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 198 (77.73% from 255 or 30.23% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6CF is #053930. Grayscale: #D6D6D6. Windows color (decimal): -342321 or 13616890. OLE color: 13616890.
HSL color Cylindrical-coordinate representation of color #FAC6CF: hue angle of 349.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC6CF is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 207 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.02 |
| HSL | 349.62º | 0.84% | 0.88% | - |
| HSV(B) | 349.62º | 0.21% | 0.98% | - |
| XYZ | 70.88 | 65.22 | 67.88 | - |
| YUV | 214.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 207 | 0 | 0.21 | 0.17 | 0.02 | 349.62 | 0.84 | 0.88 |
| Hex | FA | C6 | CF | 0 | 15 | 11 | 2 | 15E | 54 | 58 |
| Octal | 372 | 306 | 317 | 0 | 25 | 21 | 2 | 536 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11001111 | 0 | 10101 | 10001 | 10 | 101011110 | 1010100 | 1011000 |
Color Harmonies of #FAC6CF
Complementary color
Monochromatic Colors of #FAC6CF
Black with #FAC6CF
Text Example
Text Example
White with #FAC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6CF; }
p { color: rgb(250,198,207); }
H1.HeaderClassName
{
color: #FAC6CF;
}
.AnyTagClassName
{
color: #FAC6CF;
}
</style>
background-color css
<style>
a { background-color: #FAC6CF; }
a { background-color: rgb(250,198,207); }
div.DivClassName
{
background-color: #FAC6CF;
}
.BgClassName
{
background-color: #FAC6CF;
}
</style>
border-color css
<style>
span { border-color: #FAC6CF; }
span { border-color: rgb(250,198,207); }
td.TdClassName
{
border-color: #FAC6CF;
}
.TagClassName
{
border-color: #FAC6CF;
}
</style>