Shades of Your Pink #FAC3B4
Tints of Your Pink #FAC3B4
RGB
CMYK
RGB Variations
Color information
#FAC3B4 (or 0xFAC3B4) is known color: Your Pink. HEX triplet: FA, C3 and B4. RGB value is (250,195,180). Sum of RGB (Red+Green+Blue) = 250+195+180=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3B4 is #053C4B. Grayscale: #D1D1D1. Windows color (decimal): -343116 or 11846650. OLE color: 11846650.
HSL color Cylindrical-coordinate representation of color #FAC3B4: hue angle of 12.86º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAC3B4 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 180 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.02 |
| HSL | 12.86º | 0.88% | 0.84% | - |
| HSV(B) | 12.86º | 0.28% | 0.98% | - |
| XYZ | 67.18 | 62.65 | 51.73 | - |
| YUV | 209.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 180 | 0 | 0.22 | 0.28 | 0.02 | 12.86 | 0.88 | 0.84 |
| Hex | FA | C3 | B4 | 0 | 16 | 1C | 2 | D | 58 | 54 |
| Octal | 372 | 303 | 264 | 0 | 26 | 34 | 2 | 15 | 130 | 124 |
| Binary | 11111010 | 11000011 | 10110100 | 0 | 10110 | 11100 | 10 | 1101 | 1011000 | 1010100 |
Color Harmonies of #FAC3B4
Complementary color
Monochromatic Colors of #FAC3B4
Black with #FAC3B4
Text Example
Text Example
White with #FAC3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3B4; }
p { color: rgb(250,195,180); }
H1.HeaderClassName
{
color: #FAC3B4;
}
.AnyTagClassName
{
color: #FAC3B4;
}
</style>
background-color css
<style>
a { background-color: #FAC3B4; }
a { background-color: rgb(250,195,180); }
div.DivClassName
{
background-color: #FAC3B4;
}
.BgClassName
{
background-color: #FAC3B4;
}
</style>
border-color css
<style>
span { border-color: #FAC3B4; }
span { border-color: rgb(250,195,180); }
td.TdClassName
{
border-color: #FAC3B4;
}
.TagClassName
{
border-color: #FAC3B4;
}
</style>