Shades of Pink #FAC3CC
Tints of Pink #FAC3CC
RGB
CMYK
RGB Variations
Color information
#FAC3CC (or 0xFAC3CC) is known color: Pink. HEX triplet: FA, C3 and CC. RGB value is (250,195,204). Sum of RGB (Red+Green+Blue) = 250+195+204=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 195 (76.56% from 255 or 30.05% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3CC is #053C33. Grayscale: #D4D4D4. Windows color (decimal): -343092 or 13419514. OLE color: 13419514.
HSL color Cylindrical-coordinate representation of color #FAC3CC: hue angle of 350.18º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3CC is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 204 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.02 |
| HSL | 350.18º | 0.85% | 0.87% | - |
| HSV(B) | 350.18º | 0.22% | 0.98% | - |
| XYZ | 69.84 | 63.71 | 65.74 | - |
| YUV | 212.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 204 | 0 | 0.22 | 0.18 | 0.02 | 350.18 | 0.85 | 0.87 |
| Hex | FA | C3 | CC | 0 | 16 | 12 | 2 | 15E | 55 | 57 |
| Octal | 372 | 303 | 314 | 0 | 26 | 22 | 2 | 536 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11001100 | 0 | 10110 | 10010 | 10 | 101011110 | 1010101 | 1010111 |
Color Harmonies of #FAC3CC
Complementary color
Monochromatic Colors of #FAC3CC
Black with #FAC3CC
Text Example
Text Example
White with #FAC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3CC; }
p { color: rgb(250,195,204); }
H1.HeaderClassName
{
color: #FAC3CC;
}
.AnyTagClassName
{
color: #FAC3CC;
}
</style>
background-color css
<style>
a { background-color: #FAC3CC; }
a { background-color: rgb(250,195,204); }
div.DivClassName
{
background-color: #FAC3CC;
}
.BgClassName
{
background-color: #FAC3CC;
}
</style>
border-color css
<style>
span { border-color: #FAC3CC; }
span { border-color: rgb(250,195,204); }
td.TdClassName
{
border-color: #FAC3CC;
}
.TagClassName
{
border-color: #FAC3CC;
}
</style>