Shades of Light Pink #FAACBC
Tints of Light Pink #FAACBC
RGB
CMYK
RGB Variations
Color information
#FAACBC (or 0xFAACBC) is known color: Light Pink. HEX triplet: FA, AC and BC. RGB value is (250,172,188). Sum of RGB (Red+Green+Blue) = 250+172+188=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACBC is #055343. Grayscale: #C5C5C5. Windows color (decimal): -348996 or 12365050. OLE color: 12365050.
HSL color Cylindrical-coordinate representation of color #FAACBC: hue angle of 347.69º 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 #FAACBC is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 188 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.02 |
| HSL | 347.69º | 0.89% | 0.83% | - |
| HSV(B) | 347.69º | 0.31% | 0.98% | - |
| XYZ | 63.25 | 53.46 | 54.56 | - |
| YUV | 197.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 188 | 0 | 0.31 | 0.25 | 0.02 | 347.69 | 0.89 | 0.83 |
| Hex | FA | AC | BC | 0 | 1F | 19 | 2 | 15C | 59 | 53 |
| Octal | 372 | 254 | 274 | 0 | 37 | 31 | 2 | 534 | 131 | 123 |
| Binary | 11111010 | 10101100 | 10111100 | 0 | 11111 | 11001 | 10 | 101011100 | 1011001 | 1010011 |
Color Harmonies of #FAACBC
Complementary color
Monochromatic Colors of #FAACBC
Black with #FAACBC
Text Example
Text Example
White with #FAACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACBC; }
p { color: rgb(250,172,188); }
H1.HeaderClassName
{
color: #FAACBC;
}
.AnyTagClassName
{
color: #FAACBC;
}
</style>
background-color css
<style>
a { background-color: #FAACBC; }
a { background-color: rgb(250,172,188); }
div.DivClassName
{
background-color: #FAACBC;
}
.BgClassName
{
background-color: #FAACBC;
}
</style>
border-color css
<style>
span { border-color: #FAACBC; }
span { border-color: rgb(250,172,188); }
td.TdClassName
{
border-color: #FAACBC;
}
.TagClassName
{
border-color: #FAACBC;
}
</style>