Shades of Lavender Pink #F7AECB
Tints of Lavender Pink #F7AECB
RGB
CMYK
RGB Variations
Color information
#F7AECB (or 0xF7AECB) is known color: Lavender Pink. HEX triplet: F7, AE and CB. RGB value is (247,174,203). Sum of RGB (Red+Green+Blue) = 247+174+203=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AECB is #085134. Grayscale: #C7C7C7. Windows color (decimal): -545077 or 13348599. OLE color: 13348599.
HSL color Cylindrical-coordinate representation of color #F7AECB: hue angle of 336.16º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AECB is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 174 | 203 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.03 |
| HSL | 336.16º | 0.82% | 0.83% | - |
| HSV(B) | 336.16º | 0.3% | 0.97% | - |
| XYZ | 64.27 | 54.36 | 63.6 | - |
| YUV | 199.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 174 | 203 | 0 | 0.30 | 0.18 | 0.03 | 336.16 | 0.82 | 0.83 |
| Hex | F7 | AE | CB | 0 | 1E | 12 | 3 | 150 | 52 | 53 |
| Octal | 367 | 256 | 313 | 0 | 36 | 22 | 3 | 520 | 122 | 123 |
| Binary | 11110111 | 10101110 | 11001011 | 0 | 11110 | 10010 | 11 | 101010000 | 1010010 | 1010011 |
Color Harmonies of #F7AECB
Complementary color
Monochromatic Colors of #F7AECB
Black with #F7AECB
Text Example
Text Example
White with #F7AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AECB; }
p { color: rgb(247,174,203); }
H1.HeaderClassName
{
color: #F7AECB;
}
.AnyTagClassName
{
color: #F7AECB;
}
</style>
background-color css
<style>
a { background-color: #F7AECB; }
a { background-color: rgb(247,174,203); }
div.DivClassName
{
background-color: #F7AECB;
}
.BgClassName
{
background-color: #F7AECB;
}
</style>
border-color css
<style>
span { border-color: #F7AECB; }
span { border-color: rgb(247,174,203); }
td.TdClassName
{
border-color: #F7AECB;
}
.TagClassName
{
border-color: #F7AECB;
}
</style>