Shades of Light Pink #FAACB4
Tints of Light Pink #FAACB4
RGB
CMYK
RGB Variations
Color information
#FAACB4 (or 0xFAACB4) is known color: Light Pink. HEX triplet: FA, AC and B4. RGB value is (250,172,180). Sum of RGB (Red+Green+Blue) = 250+172+180=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACB4 is #05534B. Grayscale: #C4C4C4. Windows color (decimal): -349004 or 11840762. OLE color: 11840762.
HSL color Cylindrical-coordinate representation of color #FAACB4: hue angle of 353.85º 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 #FAACB4 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 180 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.02 |
| HSL | 353.85º | 0.89% | 0.83% | - |
| HSV(B) | 353.85º | 0.31% | 0.98% | - |
| XYZ | 62.42 | 53.12 | 50.14 | - |
| YUV | 196.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 180 | 0 | 0.31 | 0.28 | 0.02 | 353.85 | 0.89 | 0.83 |
| Hex | FA | AC | B4 | 0 | 1F | 1C | 2 | 162 | 59 | 53 |
| Octal | 372 | 254 | 264 | 0 | 37 | 34 | 2 | 542 | 131 | 123 |
| Binary | 11111010 | 10101100 | 10110100 | 0 | 11111 | 11100 | 10 | 101100010 | 1011001 | 1010011 |
Color Harmonies of #FAACB4
Complementary color
Monochromatic Colors of #FAACB4
Black with #FAACB4
Text Example
Text Example
White with #FAACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACB4; }
p { color: rgb(250,172,180); }
H1.HeaderClassName
{
color: #FAACB4;
}
.AnyTagClassName
{
color: #FAACB4;
}
</style>
background-color css
<style>
a { background-color: #FAACB4; }
a { background-color: rgb(250,172,180); }
div.DivClassName
{
background-color: #FAACB4;
}
.BgClassName
{
background-color: #FAACB4;
}
</style>
border-color css
<style>
span { border-color: #FAACB4; }
span { border-color: rgb(250,172,180); }
td.TdClassName
{
border-color: #FAACB4;
}
.TagClassName
{
border-color: #FAACB4;
}
</style>