Shades of Your Pink #FAC5BB
Tints of Your Pink #FAC5BB
RGB
CMYK
RGB Variations
Color information
#FAC5BB (or 0xFAC5BB) is known color: Your Pink. HEX triplet: FA, C5 and BB. RGB value is (250,197,187). Sum of RGB (Red+Green+Blue) = 250+197+187=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5BB is #053A44. Grayscale: #D3D3D3. Windows color (decimal): -342597 or 12305914. OLE color: 12305914.
HSL color Cylindrical-coordinate representation of color #FAC5BB: hue angle of 9.52º 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 #FAC5BB is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 187 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.02 |
| HSL | 9.52º | 0.86% | 0.86% | - |
| HSV(B) | 9.52º | 0.25% | 0.98% | - |
| XYZ | 68.36 | 63.84 | 55.73 | - |
| YUV | 211.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 187 | 0 | 0.21 | 0.25 | 0.02 | 9.52 | 0.86 | 0.86 |
| Hex | FA | C5 | BB | 0 | 15 | 19 | 2 | A | 56 | 56 |
| Octal | 372 | 305 | 273 | 0 | 25 | 31 | 2 | 12 | 126 | 126 |
| Binary | 11111010 | 11000101 | 10111011 | 0 | 10101 | 11001 | 10 | 1010 | 1010110 | 1010110 |
Color Harmonies of #FAC5BB
Complementary color
Monochromatic Colors of #FAC5BB
Black with #FAC5BB
Text Example
Text Example
White with #FAC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5BB; }
p { color: rgb(250,197,187); }
H1.HeaderClassName
{
color: #FAC5BB;
}
.AnyTagClassName
{
color: #FAC5BB;
}
</style>
background-color css
<style>
a { background-color: #FAC5BB; }
a { background-color: rgb(250,197,187); }
div.DivClassName
{
background-color: #FAC5BB;
}
.BgClassName
{
background-color: #FAC5BB;
}
</style>
border-color css
<style>
span { border-color: #FAC5BB; }
span { border-color: rgb(250,197,187); }
td.TdClassName
{
border-color: #FAC5BB;
}
.TagClassName
{
border-color: #FAC5BB;
}
</style>