Shades of Pink #FAC2C9
Tints of Pink #FAC2C9
RGB
CMYK
RGB Variations
Color information
#FAC2C9 (or 0xFAC2C9) is known color: Pink. HEX triplet: FA, C2 and C9. RGB value is (250,194,201). Sum of RGB (Red+Green+Blue) = 250+194+201=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 201 (78.91% from 255 or 31.16% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2C9 is #053D36. Grayscale: #D3D3D3. Windows color (decimal): -343351 or 13222650. OLE color: 13222650.
HSL color Cylindrical-coordinate representation of color #FAC2C9: hue angle of 352.5º 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 #FAC2C9 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 201 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.02 |
| HSL | 352.5º | 0.85% | 0.87% | - |
| HSV(B) | 352.5º | 0.22% | 0.98% | - |
| XYZ | 69.26 | 63.12 | 63.79 | - |
| YUV | 211.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 201 | 0 | 0.22 | 0.20 | 0.02 | 352.5 | 0.85 | 0.87 |
| Hex | FA | C2 | C9 | 0 | 16 | 14 | 2 | 160 | 55 | 57 |
| Octal | 372 | 302 | 311 | 0 | 26 | 24 | 2 | 540 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11001001 | 0 | 10110 | 10100 | 10 | 101100000 | 1010101 | 1010111 |
Color Harmonies of #FAC2C9
Complementary color
Monochromatic Colors of #FAC2C9
Black with #FAC2C9
Text Example
Text Example
White with #FAC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2C9; }
p { color: rgb(250,194,201); }
H1.HeaderClassName
{
color: #FAC2C9;
}
.AnyTagClassName
{
color: #FAC2C9;
}
</style>
background-color css
<style>
a { background-color: #FAC2C9; }
a { background-color: rgb(250,194,201); }
div.DivClassName
{
background-color: #FAC2C9;
}
.BgClassName
{
background-color: #FAC2C9;
}
</style>
border-color css
<style>
span { border-color: #FAC2C9; }
span { border-color: rgb(250,194,201); }
td.TdClassName
{
border-color: #FAC2C9;
}
.TagClassName
{
border-color: #FAC2C9;
}
</style>