Shades of Pink #FAC5CC
Tints of Pink #FAC5CC
RGB
CMYK
RGB Variations
Color information
#FAC5CC (or 0xFAC5CC) is known color: Pink. HEX triplet: FA, C5 and CC. RGB value is (250,197,204). Sum of RGB (Red+Green+Blue) = 250+197+204=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5CC is #053A33. Grayscale: #D5D5D5. Windows color (decimal): -342580 or 13420026. OLE color: 13420026.
HSL color Cylindrical-coordinate representation of color #FAC5CC: hue angle of 352.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 #FAC5CC is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 204 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.02 |
| HSL | 352.08º | 0.84% | 0.88% | - |
| HSV(B) | 352.08º | 0.21% | 0.98% | - |
| XYZ | 70.29 | 64.62 | 65.89 | - |
| YUV | 213.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 204 | 0 | 0.21 | 0.18 | 0.02 | 352.08 | 0.84 | 0.88 |
| Hex | FA | C5 | CC | 0 | 15 | 12 | 2 | 160 | 54 | 58 |
| Octal | 372 | 305 | 314 | 0 | 25 | 22 | 2 | 540 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11001100 | 0 | 10101 | 10010 | 10 | 101100000 | 1010100 | 1011000 |
Color Harmonies of #FAC5CC
Complementary color
Monochromatic Colors of #FAC5CC
Black with #FAC5CC
Text Example
Text Example
White with #FAC5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5CC; }
p { color: rgb(250,197,204); }
H1.HeaderClassName
{
color: #FAC5CC;
}
.AnyTagClassName
{
color: #FAC5CC;
}
</style>
background-color css
<style>
a { background-color: #FAC5CC; }
a { background-color: rgb(250,197,204); }
div.DivClassName
{
background-color: #FAC5CC;
}
.BgClassName
{
background-color: #FAC5CC;
}
</style>
border-color css
<style>
span { border-color: #FAC5CC; }
span { border-color: rgb(250,197,204); }
td.TdClassName
{
border-color: #FAC5CC;
}
.TagClassName
{
border-color: #FAC5CC;
}
</style>