Shades of Light Pink #FAAEB9
Tints of Light Pink #FAAEB9
RGB
CMYK
RGB Variations
Color information
#FAAEB9 (or 0xFAAEB9) is known color: Light Pink. HEX triplet: FA, AE and B9. RGB value is (250,174,185). Sum of RGB (Red+Green+Blue) = 250+174+185=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEB9 is #055146. Grayscale: #C6C6C6. Windows color (decimal): -348487 or 12168954. OLE color: 12168954.
HSL color Cylindrical-coordinate representation of color #FAAEB9: hue angle of 351.32º 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 #FAAEB9 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 185 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.02 |
| HSL | 351.32º | 0.88% | 0.83% | - |
| HSV(B) | 351.32º | 0.3% | 0.98% | - |
| XYZ | 63.32 | 54.1 | 53 | - |
| YUV | 197.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 185 | 0 | 0.30 | 0.26 | 0.02 | 351.32 | 0.88 | 0.83 |
| Hex | FA | AE | B9 | 0 | 1E | 1A | 2 | 15F | 58 | 53 |
| Octal | 372 | 256 | 271 | 0 | 36 | 32 | 2 | 537 | 130 | 123 |
| Binary | 11111010 | 10101110 | 10111001 | 0 | 11110 | 11010 | 10 | 101011111 | 1011000 | 1010011 |
Color Harmonies of #FAAEB9
Complementary color
Monochromatic Colors of #FAAEB9
Black with #FAAEB9
Text Example
Text Example
White with #FAAEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAEB9; }
p { color: rgb(250,174,185); }
H1.HeaderClassName
{
color: #FAAEB9;
}
.AnyTagClassName
{
color: #FAAEB9;
}
</style>
background-color css
<style>
a { background-color: #FAAEB9; }
a { background-color: rgb(250,174,185); }
div.DivClassName
{
background-color: #FAAEB9;
}
.BgClassName
{
background-color: #FAAEB9;
}
</style>
border-color css
<style>
span { border-color: #FAAEB9; }
span { border-color: rgb(250,174,185); }
td.TdClassName
{
border-color: #FAAEB9;
}
.TagClassName
{
border-color: #FAAEB9;
}
</style>