Shades of Light Pink #F7AAB3
Tints of Light Pink #F7AAB3
RGB
CMYK
RGB Variations
Color information
#F7AAB3 (or 0xF7AAB3) is known color: Light Pink. HEX triplet: F7, AA and B3. RGB value is (247,170,179). Sum of RGB (Red+Green+Blue) = 247+170+179=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAB3 is #08554C. Grayscale: #C2C2C2. Windows color (decimal): -546125 or 11774711. OLE color: 11774711.
HSL color Cylindrical-coordinate representation of color #F7AAB3: hue angle of 352.99º 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 #F7AAB3 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 179 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.03 |
| HSL | 352.99º | 0.83% | 0.82% | - |
| HSV(B) | 352.99º | 0.31% | 0.97% | - |
| XYZ | 60.87 | 51.78 | 49.43 | - |
| YUV | 194.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 179 | 0 | 0.31 | 0.28 | 0.03 | 352.99 | 0.83 | 0.82 |
| Hex | F7 | AA | B3 | 0 | 1F | 1C | 3 | 161 | 53 | 52 |
| Octal | 367 | 252 | 263 | 0 | 37 | 34 | 3 | 541 | 123 | 122 |
| Binary | 11110111 | 10101010 | 10110011 | 0 | 11111 | 11100 | 11 | 101100001 | 1010011 | 1010010 |
Color Harmonies of #F7AAB3
Complementary color
Monochromatic Colors of #F7AAB3
Black with #F7AAB3
Text Example
Text Example
White with #F7AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AAB3; }
p { color: rgb(247,170,179); }
H1.HeaderClassName
{
color: #F7AAB3;
}
.AnyTagClassName
{
color: #F7AAB3;
}
</style>
background-color css
<style>
a { background-color: #F7AAB3; }
a { background-color: rgb(247,170,179); }
div.DivClassName
{
background-color: #F7AAB3;
}
.BgClassName
{
background-color: #F7AAB3;
}
</style>
border-color css
<style>
span { border-color: #F7AAB3; }
span { border-color: rgb(247,170,179); }
td.TdClassName
{
border-color: #F7AAB3;
}
.TagClassName
{
border-color: #F7AAB3;
}
</style>