Shades of Light Pink #F9AAAE
Tints of Light Pink #F9AAAE
RGB
CMYK
RGB Variations
Color information
#F9AAAE (or 0xF9AAAE) is known color: Light Pink. HEX triplet: F9, AA and AE. RGB value is (249,170,174). Sum of RGB (Red+Green+Blue) = 249+170+174=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AAAE is #065551. Grayscale: #C2C2C2. Windows color (decimal): -415058 or 11447033. OLE color: 11447033.
HSL color Cylindrical-coordinate representation of color #F9AAAE: hue angle of 356.96º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F9AAAE is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 174 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.02 |
| HSL | 356.96º | 0.87% | 0.82% | - |
| HSV(B) | 356.96º | 0.32% | 0.98% | - |
| XYZ | 61.08 | 51.95 | 46.85 | - |
| YUV | 194.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 174 | 0 | 0.32 | 0.30 | 0.02 | 356.96 | 0.87 | 0.82 |
| Hex | F9 | AA | AE | 0 | 20 | 1E | 2 | 165 | 57 | 52 |
| Octal | 371 | 252 | 256 | 0 | 40 | 36 | 2 | 545 | 127 | 122 |
| Binary | 11111001 | 10101010 | 10101110 | 0 | 100000 | 11110 | 10 | 101100101 | 1010111 | 1010010 |
Color Harmonies of #F9AAAE
Complementary color
Monochromatic Colors of #F9AAAE
Black with #F9AAAE
Text Example
Text Example
White with #F9AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAAE; }
p { color: rgb(249,170,174); }
H1.HeaderClassName
{
color: #F9AAAE;
}
.AnyTagClassName
{
color: #F9AAAE;
}
</style>
background-color css
<style>
a { background-color: #F9AAAE; }
a { background-color: rgb(249,170,174); }
div.DivClassName
{
background-color: #F9AAAE;
}
.BgClassName
{
background-color: #F9AAAE;
}
</style>
border-color css
<style>
span { border-color: #F9AAAE; }
span { border-color: rgb(249,170,174); }
td.TdClassName
{
border-color: #F9AAAE;
}
.TagClassName
{
border-color: #F9AAAE;
}
</style>