Shades of Light Pink #F7AAB4
Tints of Light Pink #F7AAB4
RGB
CMYK
RGB Variations
Color information
#F7AAB4 (or 0xF7AAB4) is known color: Light Pink. HEX triplet: F7, AA and B4. RGB value is (247,170,180). Sum of RGB (Red+Green+Blue) = 247+170+180=597 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.37% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAB4 is #08554B. Grayscale: #C2C2C2. Windows color (decimal): -546124 or 11840247. OLE color: 11840247.
HSL color Cylindrical-coordinate representation of color #F7AAB4: hue angle of 352.21º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7AAB4 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 180 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.03 |
| HSL | 352.21º | 0.83% | 0.82% | - |
| HSV(B) | 352.21º | 0.31% | 0.97% | - |
| XYZ | 60.97 | 51.82 | 49.97 | - |
| YUV | 194.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 180 | 0 | 0.31 | 0.27 | 0.03 | 352.21 | 0.83 | 0.82 |
| Hex | F7 | AA | B4 | 0 | 1F | 1B | 3 | 160 | 53 | 52 |
| Octal | 367 | 252 | 264 | 0 | 37 | 33 | 3 | 540 | 123 | 122 |
| Binary | 11110111 | 10101010 | 10110100 | 0 | 11111 | 11011 | 11 | 101100000 | 1010011 | 1010010 |
Color Harmonies of #F7AAB4
Complementary color
Monochromatic Colors of #F7AAB4
Black with #F7AAB4
Text Example
Text Example
White with #F7AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAB4; }
p { color: rgb(247,170,180); }
H1.HeaderClassName
{
color: #F7AAB4;
}
.AnyTagClassName
{
color: #F7AAB4;
}
</style>
background-color css
<style>
a { background-color: #F7AAB4; }
a { background-color: rgb(247,170,180); }
div.DivClassName
{
background-color: #F7AAB4;
}
.BgClassName
{
background-color: #F7AAB4;
}
</style>
border-color css
<style>
span { border-color: #F7AAB4; }
span { border-color: rgb(247,170,180); }
td.TdClassName
{
border-color: #F7AAB4;
}
.TagClassName
{
border-color: #F7AAB4;
}
</style>