Shades of Your Pink #FAC3BB
Tints of Your Pink #FAC3BB
RGB
CMYK
RGB Variations
Color information
#FAC3BB (or 0xFAC3BB) is known color: Your Pink. HEX triplet: FA, C3 and BB. RGB value is (250,195,187). Sum of RGB (Red+Green+Blue) = 250+195+187=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3BB is #053C44. Grayscale: #D2D2D2. Windows color (decimal): -343109 or 12305402. OLE color: 12305402.
HSL color Cylindrical-coordinate representation of color #FAC3BB: hue angle of 7.62º 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 #FAC3BB is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 187 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.02 |
| HSL | 7.62º | 0.86% | 0.86% | - |
| HSV(B) | 7.62º | 0.25% | 0.98% | - |
| XYZ | 67.91 | 62.94 | 55.58 | - |
| YUV | 210.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 187 | 0 | 0.22 | 0.25 | 0.02 | 7.62 | 0.86 | 0.86 |
| Hex | FA | C3 | BB | 0 | 16 | 19 | 2 | 8 | 56 | 56 |
| Octal | 372 | 303 | 273 | 0 | 26 | 31 | 2 | 10 | 126 | 126 |
| Binary | 11111010 | 11000011 | 10111011 | 0 | 10110 | 11001 | 10 | 1000 | 1010110 | 1010110 |
Color Harmonies of #FAC3BB
Complementary color
Monochromatic Colors of #FAC3BB
Black with #FAC3BB
Text Example
Text Example
White with #FAC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3BB; }
p { color: rgb(250,195,187); }
H1.HeaderClassName
{
color: #FAC3BB;
}
.AnyTagClassName
{
color: #FAC3BB;
}
</style>
background-color css
<style>
a { background-color: #FAC3BB; }
a { background-color: rgb(250,195,187); }
div.DivClassName
{
background-color: #FAC3BB;
}
.BgClassName
{
background-color: #FAC3BB;
}
</style>
border-color css
<style>
span { border-color: #FAC3BB; }
span { border-color: rgb(250,195,187); }
td.TdClassName
{
border-color: #FAC3BB;
}
.TagClassName
{
border-color: #FAC3BB;
}
</style>