Shades of Pink #FAC6CC
Tints of Pink #FAC6CC
RGB
CMYK
RGB Variations
Color information
#FAC6CC (or 0xFAC6CC) is known color: Pink. HEX triplet: FA, C6 and CC. RGB value is (250,198,204). Sum of RGB (Red+Green+Blue) = 250+198+204=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6CC is #053933. Grayscale: #D6D6D6. Windows color (decimal): -342324 or 13420282. OLE color: 13420282.
HSL color Cylindrical-coordinate representation of color #FAC6CC: hue angle of 353.08º 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 #FAC6CC is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 204 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.02 |
| HSL | 353.08º | 0.84% | 0.88% | - |
| HSV(B) | 353.08º | 0.21% | 0.98% | - |
| XYZ | 70.52 | 65.07 | 65.97 | - |
| YUV | 214.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 204 | 0 | 0.21 | 0.18 | 0.02 | 353.08 | 0.84 | 0.88 |
| Hex | FA | C6 | CC | 0 | 15 | 12 | 2 | 161 | 54 | 58 |
| Octal | 372 | 306 | 314 | 0 | 25 | 22 | 2 | 541 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11001100 | 0 | 10101 | 10010 | 10 | 101100001 | 1010100 | 1011000 |
Color Harmonies of #FAC6CC
Complementary color
Monochromatic Colors of #FAC6CC
Black with #FAC6CC
Text Example
Text Example
White with #FAC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6CC; }
p { color: rgb(250,198,204); }
H1.HeaderClassName
{
color: #FAC6CC;
}
.AnyTagClassName
{
color: #FAC6CC;
}
</style>
background-color css
<style>
a { background-color: #FAC6CC; }
a { background-color: rgb(250,198,204); }
div.DivClassName
{
background-color: #FAC6CC;
}
.BgClassName
{
background-color: #FAC6CC;
}
</style>
border-color css
<style>
span { border-color: #FAC6CC; }
span { border-color: rgb(250,198,204); }
td.TdClassName
{
border-color: #FAC6CC;
}
.TagClassName
{
border-color: #FAC6CC;
}
</style>