Shades of Your Pink #FAC1BE
Tints of Your Pink #FAC1BE
RGB
CMYK
RGB Variations
Color information
#FAC1BE (or 0xFAC1BE) is known color: Your Pink. HEX triplet: FA, C1 and BE. RGB value is (250,193,190). Sum of RGB (Red+Green+Blue) = 250+193+190=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1BE is #053E41. Grayscale: #D1D1D1. Windows color (decimal): -343618 or 12501498. OLE color: 12501498.
HSL color Cylindrical-coordinate representation of color #FAC1BE: hue angle of 3º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAC1BE is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 190 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.02 |
| HSL | 3º | 0.86% | 0.86% | - |
| HSV(B) | 3º | 0.24% | 0.98% | - |
| XYZ | 67.79 | 62.18 | 57.14 | - |
| YUV | 209.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 190 | 0 | 0.23 | 0.24 | 0.02 | 3 | 0.86 | 0.86 |
| Hex | FA | C1 | BE | 0 | 17 | 18 | 2 | 3 | 56 | 56 |
| Octal | 372 | 301 | 276 | 0 | 27 | 30 | 2 | 3 | 126 | 126 |
| Binary | 11111010 | 11000001 | 10111110 | 0 | 10111 | 11000 | 10 | 11 | 1010110 | 1010110 |
Color Harmonies of #FAC1BE
Complementary color
Monochromatic Colors of #FAC1BE
Black with #FAC1BE
Text Example
Text Example
White with #FAC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1BE; }
p { color: rgb(250,193,190); }
H1.HeaderClassName
{
color: #FAC1BE;
}
.AnyTagClassName
{
color: #FAC1BE;
}
</style>
background-color css
<style>
a { background-color: #FAC1BE; }
a { background-color: rgb(250,193,190); }
div.DivClassName
{
background-color: #FAC1BE;
}
.BgClassName
{
background-color: #FAC1BE;
}
</style>
border-color css
<style>
span { border-color: #FAC1BE; }
span { border-color: rgb(250,193,190); }
td.TdClassName
{
border-color: #FAC1BE;
}
.TagClassName
{
border-color: #FAC1BE;
}
</style>