Shades of Your Pink #FAC8B9
Tints of Your Pink #FAC8B9
RGB
CMYK
RGB Variations
Color information
#FAC8B9 (or 0xFAC8B9) is known color: Your Pink. HEX triplet: FA, C8 and B9. RGB value is (250,200,185). Sum of RGB (Red+Green+Blue) = 250+200+185=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8B9 is #053746. Grayscale: #D5D5D5. Windows color (decimal): -341831 or 12175610. OLE color: 12175610.
HSL color Cylindrical-coordinate representation of color #FAC8B9: hue angle of 13.85º 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 #FAC8B9 is Cyan = 0, Magento = 0.2, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 185 | - |
| CMYK | 0 | 0.2 | 0.26 | 0.02 |
| HSL | 13.85º | 0.87% | 0.85% | - |
| HSV(B) | 13.85º | 0.26% | 0.98% | - |
| XYZ | 68.84 | 65.14 | 54.84 | - |
| YUV | 213.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 185 | 0 | 0.2 | 0.26 | 0.02 | 13.85 | 0.87 | 0.85 |
| Hex | FA | C8 | B9 | 0 | 14 | 1A | 2 | E | 57 | 55 |
| Octal | 372 | 310 | 271 | 0 | 24 | 32 | 2 | 16 | 127 | 125 |
| Binary | 11111010 | 11001000 | 10111001 | 0 | 10100 | 11010 | 10 | 1110 | 1010111 | 1010101 |
Color Harmonies of #FAC8B9
Complementary color
Monochromatic Colors of #FAC8B9
Black with #FAC8B9
Text Example
Text Example
White with #FAC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8B9; }
p { color: rgb(250,200,185); }
H1.HeaderClassName
{
color: #FAC8B9;
}
.AnyTagClassName
{
color: #FAC8B9;
}
</style>
background-color css
<style>
a { background-color: #FAC8B9; }
a { background-color: rgb(250,200,185); }
div.DivClassName
{
background-color: #FAC8B9;
}
.BgClassName
{
background-color: #FAC8B9;
}
</style>
border-color css
<style>
span { border-color: #FAC8B9; }
span { border-color: rgb(250,200,185); }
td.TdClassName
{
border-color: #FAC8B9;
}
.TagClassName
{
border-color: #FAC8B9;
}
</style>