Shades of Lavender Pink #F3AED7
Tints of Lavender Pink #F3AED7
RGB
CMYK
RGB Variations
Color information
#F3AED7 (or 0xF3AED7) is known color: Lavender Pink. HEX triplet: F3, AE and D7. RGB value is (243,174,215). Sum of RGB (Red+Green+Blue) = 243+174+215=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AED7 is #0C5128. Grayscale: #C7C7C7. Windows color (decimal): -807209 or 14135027. OLE color: 14135027.
HSL color Cylindrical-coordinate representation of color #F3AED7: hue angle of 324.35º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3AED7 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 174 | 215 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.05 |
| HSL | 324.35º | 0.74% | 0.82% | - |
| HSV(B) | 324.35º | 0.28% | 0.95% | - |
| XYZ | 64.36 | 54.23 | 71.37 | - |
| YUV | 199.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 174 | 215 | 0 | 0.28 | 0.12 | 0.05 | 324.35 | 0.74 | 0.82 |
| Hex | F3 | AE | D7 | 0 | 1C | C | 5 | 144 | 4A | 52 |
| Octal | 363 | 256 | 327 | 0 | 34 | 14 | 5 | 504 | 112 | 122 |
| Binary | 11110011 | 10101110 | 11010111 | 0 | 11100 | 1100 | 101 | 101000100 | 1001010 | 1010010 |
Color Harmonies of #F3AED7
Complementary color
Monochromatic Colors of #F3AED7
Black with #F3AED7
Text Example
Text Example
White with #F3AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AED7; }
p { color: rgb(243,174,215); }
H1.HeaderClassName
{
color: #F3AED7;
}
.AnyTagClassName
{
color: #F3AED7;
}
</style>
background-color css
<style>
a { background-color: #F3AED7; }
a { background-color: rgb(243,174,215); }
div.DivClassName
{
background-color: #F3AED7;
}
.BgClassName
{
background-color: #F3AED7;
}
</style>
border-color css
<style>
span { border-color: #F3AED7; }
span { border-color: rgb(243,174,215); }
td.TdClassName
{
border-color: #F3AED7;
}
.TagClassName
{
border-color: #F3AED7;
}
</style>