Shades of Pink #FAC0CC
Tints of Pink #FAC0CC
RGB
CMYK
RGB Variations
Color information
#FAC0CC (or 0xFAC0CC) is known color: Pink. HEX triplet: FA, C0 and CC. RGB value is (250,192,204). Sum of RGB (Red+Green+Blue) = 250+192+204=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0CC is #053F33. Grayscale: #D2D2D2. Windows color (decimal): -343860 or 13418746. OLE color: 13418746.
HSL color Cylindrical-coordinate representation of color #FAC0CC: hue angle of 347.59º 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 #FAC0CC is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 204 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.02 |
| HSL | 347.59º | 0.85% | 0.87% | - |
| HSV(B) | 347.59º | 0.23% | 0.98% | - |
| XYZ | 69.17 | 62.38 | 65.52 | - |
| YUV | 210.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 204 | 0 | 0.23 | 0.18 | 0.02 | 347.59 | 0.85 | 0.87 |
| Hex | FA | C0 | CC | 0 | 17 | 12 | 2 | 15C | 55 | 57 |
| Octal | 372 | 300 | 314 | 0 | 27 | 22 | 2 | 534 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11001100 | 0 | 10111 | 10010 | 10 | 101011100 | 1010101 | 1010111 |
Color Harmonies of #FAC0CC
Complementary color
Monochromatic Colors of #FAC0CC
Black with #FAC0CC
Text Example
Text Example
White with #FAC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0CC; }
p { color: rgb(250,192,204); }
H1.HeaderClassName
{
color: #FAC0CC;
}
.AnyTagClassName
{
color: #FAC0CC;
}
</style>
background-color css
<style>
a { background-color: #FAC0CC; }
a { background-color: rgb(250,192,204); }
div.DivClassName
{
background-color: #FAC0CC;
}
.BgClassName
{
background-color: #FAC0CC;
}
</style>
border-color css
<style>
span { border-color: #FAC0CC; }
span { border-color: rgb(250,192,204); }
td.TdClassName
{
border-color: #FAC0CC;
}
.TagClassName
{
border-color: #FAC0CC;
}
</style>