Shades of Light Pink #FAAEB6
Tints of Light Pink #FAAEB6
RGB
CMYK
RGB Variations
Color information
#FAAEB6 (or 0xFAAEB6) is known color: Light Pink. HEX triplet: FA, AE and B6. RGB value is (250,174,182). Sum of RGB (Red+Green+Blue) = 250+174+182=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB6 is #055149. Grayscale: #C5C5C5. Windows color (decimal): -348490 or 11972346. OLE color: 11972346.
HSL color Cylindrical-coordinate representation of color #FAAEB6: hue angle of 353.68º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEB6 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 182 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.02 |
| HSL | 353.68º | 0.88% | 0.83% | - |
| HSV(B) | 353.68º | 0.3% | 0.98% | - |
| XYZ | 63 | 53.97 | 51.35 | - |
| YUV | 197.64 | 119.18 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 182 | 0 | 0.30 | 0.27 | 0.02 | 353.68 | 0.88 | 0.83 |
| Hex | FA | AE | B6 | 0 | 1E | 1B | 2 | 162 | 58 | 53 |
| Octal | 372 | 256 | 266 | 0 | 36 | 33 | 2 | 542 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10110110 | 0 | 11110 | 11011 | 10 | 101100010 | 1011000 | 1010011 |
Color Harmonies of #FAAEB6
Complementary color
Monochromatic Colors of #FAAEB6
Black with #FAAEB6
Text Example
Text Example
White with #FAAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEB6; }
p { color: rgb(250,174,182); }
H1.HeaderClassName
{
color: #FAAEB6;
}
.AnyTagClassName
{
color: #FAAEB6;
}
</style>
background-color css
<style>
a { background-color: #FAAEB6; }
a { background-color: rgb(250,174,182); }
div.DivClassName
{
background-color: #FAAEB6;
}
.BgClassName
{
background-color: #FAAEB6;
}
</style>
border-color css
<style>
span { border-color: #FAAEB6; }
span { border-color: rgb(250,174,182); }
td.TdClassName
{
border-color: #FAAEB6;
}
.TagClassName
{
border-color: #FAAEB6;
}
</style>