Shades of Your Pink #FAC2BC
Tints of Your Pink #FAC2BC
RGB
CMYK
RGB Variations
Color information
#FAC2BC (or 0xFAC2BC) is known color: Your Pink. HEX triplet: FA, C2 and BC. RGB value is (250,194,188). Sum of RGB (Red+Green+Blue) = 250+194+188=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2BC is #053D43. Grayscale: #D2D2D2. Windows color (decimal): -343364 or 12370682. OLE color: 12370682.
HSL color Cylindrical-coordinate representation of color #FAC2BC: hue angle of 5.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAC2BC is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 188 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.02 |
| HSL | 5.81º | 0.86% | 0.86% | - |
| HSV(B) | 5.81º | 0.25% | 0.98% | - |
| XYZ | 67.79 | 62.54 | 56.07 | - |
| YUV | 210.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 188 | 0 | 0.22 | 0.25 | 0.02 | 5.81 | 0.86 | 0.86 |
| Hex | FA | C2 | BC | 0 | 16 | 19 | 2 | 6 | 56 | 56 |
| Octal | 372 | 302 | 274 | 0 | 26 | 31 | 2 | 6 | 126 | 126 |
| Binary | 11111010 | 11000010 | 10111100 | 0 | 10110 | 11001 | 10 | 110 | 1010110 | 1010110 |
Color Harmonies of #FAC2BC
Complementary color
Monochromatic Colors of #FAC2BC
Black with #FAC2BC
Text Example
Text Example
White with #FAC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2BC; }
p { color: rgb(250,194,188); }
H1.HeaderClassName
{
color: #FAC2BC;
}
.AnyTagClassName
{
color: #FAC2BC;
}
</style>
background-color css
<style>
a { background-color: #FAC2BC; }
a { background-color: rgb(250,194,188); }
div.DivClassName
{
background-color: #FAC2BC;
}
.BgClassName
{
background-color: #FAC2BC;
}
</style>
border-color css
<style>
span { border-color: #FAC2BC; }
span { border-color: rgb(250,194,188); }
td.TdClassName
{
border-color: #FAC2BC;
}
.TagClassName
{
border-color: #FAC2BC;
}
</style>