Shades of Your Pink #FAC4B9
Tints of Your Pink #FAC4B9
RGB
CMYK
RGB Variations
Color information
#FAC4B9 (or 0xFAC4B9) is known color: Your Pink. HEX triplet: FA, C4 and B9. RGB value is (250,196,185). Sum of RGB (Red+Green+Blue) = 250+196+185=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 185 (72.66% from 255 or 29.32% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4B9 is #053B46. Grayscale: #D2D2D2. Windows color (decimal): -342855 or 12174586. OLE color: 12174586.
HSL color Cylindrical-coordinate representation of color #FAC4B9: hue angle of 10.15º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAC4B9 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 185 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.02 |
| HSL | 10.15º | 0.87% | 0.85% | - |
| HSV(B) | 10.15º | 0.26% | 0.98% | - |
| XYZ | 67.92 | 63.31 | 54.54 | - |
| YUV | 210.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 185 | 0 | 0.22 | 0.26 | 0.02 | 10.15 | 0.87 | 0.85 |
| Hex | FA | C4 | B9 | 0 | 16 | 1A | 2 | A | 57 | 55 |
| Octal | 372 | 304 | 271 | 0 | 26 | 32 | 2 | 12 | 127 | 125 |
| Binary | 11111010 | 11000100 | 10111001 | 0 | 10110 | 11010 | 10 | 1010 | 1010111 | 1010101 |
Color Harmonies of #FAC4B9
Complementary color
Monochromatic Colors of #FAC4B9
Black with #FAC4B9
Text Example
Text Example
White with #FAC4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4B9; }
p { color: rgb(250,196,185); }
H1.HeaderClassName
{
color: #FAC4B9;
}
.AnyTagClassName
{
color: #FAC4B9;
}
</style>
background-color css
<style>
a { background-color: #FAC4B9; }
a { background-color: rgb(250,196,185); }
div.DivClassName
{
background-color: #FAC4B9;
}
.BgClassName
{
background-color: #FAC4B9;
}
</style>
border-color css
<style>
span { border-color: #FAC4B9; }
span { border-color: rgb(250,196,185); }
td.TdClassName
{
border-color: #FAC4B9;
}
.TagClassName
{
border-color: #FAC4B9;
}
</style>