Shades of Light Pink #FAACB1
Tints of Light Pink #FAACB1
RGB
CMYK
RGB Variations
Color information
#FAACB1 (or 0xFAACB1) is known color: Light Pink. HEX triplet: FA, AC and B1. RGB value is (250,172,177). Sum of RGB (Red+Green+Blue) = 250+172+177=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACB1 is #05534E. Grayscale: #C3C3C3. Windows color (decimal): -349007 or 11644154. OLE color: 11644154.
HSL color Cylindrical-coordinate representation of color #FAACB1: hue angle of 356.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACB1 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 177 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.02 |
| HSL | 356.15º | 0.89% | 0.83% | - |
| HSV(B) | 356.15º | 0.31% | 0.98% | - |
| XYZ | 62.11 | 53 | 48.55 | - |
| YUV | 195.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 177 | 0 | 0.31 | 0.29 | 0.02 | 356.15 | 0.89 | 0.83 |
| Hex | FA | AC | B1 | 0 | 1F | 1D | 2 | 164 | 59 | 53 |
| Octal | 372 | 254 | 261 | 0 | 37 | 35 | 2 | 544 | 131 | 123 |
| Binary | 11111010 | 10101100 | 10110001 | 0 | 11111 | 11101 | 10 | 101100100 | 1011001 | 1010011 |
Color Harmonies of #FAACB1
Complementary color
Monochromatic Colors of #FAACB1
Black with #FAACB1
Text Example
Text Example
White with #FAACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACB1; }
p { color: rgb(250,172,177); }
H1.HeaderClassName
{
color: #FAACB1;
}
.AnyTagClassName
{
color: #FAACB1;
}
</style>
background-color css
<style>
a { background-color: #FAACB1; }
a { background-color: rgb(250,172,177); }
div.DivClassName
{
background-color: #FAACB1;
}
.BgClassName
{
background-color: #FAACB1;
}
</style>
border-color css
<style>
span { border-color: #FAACB1; }
span { border-color: rgb(250,172,177); }
td.TdClassName
{
border-color: #FAACB1;
}
.TagClassName
{
border-color: #FAACB1;
}
</style>