Shades of Light Pink #FAACB6
Tints of Light Pink #FAACB6
RGB
CMYK
RGB Variations
Color information
#FAACB6 (or 0xFAACB6) is known color: Light Pink. HEX triplet: FA, AC and B6. RGB value is (250,172,182). Sum of RGB (Red+Green+Blue) = 250+172+182=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACB6 is #055349. Grayscale: #C4C4C4. Windows color (decimal): -349002 or 11971834. OLE color: 11971834.
HSL color Cylindrical-coordinate representation of color #FAACB6: hue angle of 352.31º 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 #FAACB6 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 182 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.02 |
| HSL | 352.31º | 0.89% | 0.83% | - |
| HSV(B) | 352.31º | 0.31% | 0.98% | - |
| XYZ | 62.62 | 53.21 | 51.23 | - |
| YUV | 196.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 182 | 0 | 0.31 | 0.27 | 0.02 | 352.31 | 0.89 | 0.83 |
| Hex | FA | AC | B6 | 0 | 1F | 1B | 2 | 160 | 59 | 53 |
| Octal | 372 | 254 | 266 | 0 | 37 | 33 | 2 | 540 | 131 | 123 |
| Binary | 11111010 | 10101100 | 10110110 | 0 | 11111 | 11011 | 10 | 101100000 | 1011001 | 1010011 |
Color Harmonies of #FAACB6
Complementary color
Monochromatic Colors of #FAACB6
Black with #FAACB6
Text Example
Text Example
White with #FAACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACB6; }
p { color: rgb(250,172,182); }
H1.HeaderClassName
{
color: #FAACB6;
}
.AnyTagClassName
{
color: #FAACB6;
}
</style>
background-color css
<style>
a { background-color: #FAACB6; }
a { background-color: rgb(250,172,182); }
div.DivClassName
{
background-color: #FAACB6;
}
.BgClassName
{
background-color: #FAACB6;
}
</style>
border-color css
<style>
span { border-color: #FAACB6; }
span { border-color: rgb(250,172,182); }
td.TdClassName
{
border-color: #FAACB6;
}
.TagClassName
{
border-color: #FAACB6;
}
</style>