Shades of Pink #FAC0CF
Tints of Pink #FAC0CF
RGB
CMYK
RGB Variations
Color information
#FAC0CF (or 0xFAC0CF) is known color: Pink. HEX triplet: FA, C0 and CF. RGB value is (250,192,207). Sum of RGB (Red+Green+Blue) = 250+192+207=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0CF is #053F30. Grayscale: #D3D3D3. Windows color (decimal): -343857 or 13615354. OLE color: 13615354.
HSL color Cylindrical-coordinate representation of color #FAC0CF: hue angle of 344.48º 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 #FAC0CF is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 207 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.02 |
| HSL | 344.48º | 0.85% | 0.87% | - |
| HSV(B) | 344.48º | 0.23% | 0.98% | - |
| XYZ | 69.54 | 62.53 | 67.44 | - |
| YUV | 211.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 207 | 0 | 0.23 | 0.17 | 0.02 | 344.48 | 0.85 | 0.87 |
| Hex | FA | C0 | CF | 0 | 17 | 11 | 2 | 158 | 55 | 57 |
| Octal | 372 | 300 | 317 | 0 | 27 | 21 | 2 | 530 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11001111 | 0 | 10111 | 10001 | 10 | 101011000 | 1010101 | 1010111 |
Color Harmonies of #FAC0CF
Complementary color
Monochromatic Colors of #FAC0CF
Black with #FAC0CF
Text Example
Text Example
White with #FAC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0CF; }
p { color: rgb(250,192,207); }
H1.HeaderClassName
{
color: #FAC0CF;
}
.AnyTagClassName
{
color: #FAC0CF;
}
</style>
background-color css
<style>
a { background-color: #FAC0CF; }
a { background-color: rgb(250,192,207); }
div.DivClassName
{
background-color: #FAC0CF;
}
.BgClassName
{
background-color: #FAC0CF;
}
</style>
border-color css
<style>
span { border-color: #FAC0CF; }
span { border-color: rgb(250,192,207); }
td.TdClassName
{
border-color: #FAC0CF;
}
.TagClassName
{
border-color: #FAC0CF;
}
</style>