Shades of Lavender Pink #F7AACB
Tints of Lavender Pink #F7AACB
RGB
CMYK
RGB Variations
Color information
#F7AACB (or 0xF7AACB) is known color: Lavender Pink. HEX triplet: F7, AA and CB. RGB value is (247,170,203). Sum of RGB (Red+Green+Blue) = 247+170+203=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AACB is #085534. Grayscale: #C4C4C4. Windows color (decimal): -546101 or 13347575. OLE color: 13347575.
HSL color Cylindrical-coordinate representation of color #F7AACB: hue angle of 334.29º 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 #F7AACB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 203 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.03 |
| HSL | 334.29º | 0.83% | 0.82% | - |
| HSV(B) | 334.29º | 0.31% | 0.97% | - |
| XYZ | 63.51 | 52.84 | 63.35 | - |
| YUV | 196.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 203 | 0 | 0.31 | 0.18 | 0.03 | 334.29 | 0.83 | 0.82 |
| Hex | F7 | AA | CB | 0 | 1F | 12 | 3 | 14E | 53 | 52 |
| Octal | 367 | 252 | 313 | 0 | 37 | 22 | 3 | 516 | 123 | 122 |
| Binary | 11110111 | 10101010 | 11001011 | 0 | 11111 | 10010 | 11 | 101001110 | 1010011 | 1010010 |
Color Harmonies of #F7AACB
Complementary color
Monochromatic Colors of #F7AACB
Black with #F7AACB
Text Example
Text Example
White with #F7AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AACB; }
p { color: rgb(247,170,203); }
H1.HeaderClassName
{
color: #F7AACB;
}
.AnyTagClassName
{
color: #F7AACB;
}
</style>
background-color css
<style>
a { background-color: #F7AACB; }
a { background-color: rgb(247,170,203); }
div.DivClassName
{
background-color: #F7AACB;
}
.BgClassName
{
background-color: #F7AACB;
}
</style>
border-color css
<style>
span { border-color: #F7AACB; }
span { border-color: rgb(247,170,203); }
td.TdClassName
{
border-color: #F7AACB;
}
.TagClassName
{
border-color: #F7AACB;
}
</style>