Shades of Lavender Pink #F6AEDA
Tints of Lavender Pink #F6AEDA
RGB
CMYK
RGB Variations
Color information
#F6AEDA (or 0xF6AEDA) is known color: Lavender Pink. HEX triplet: F6, AE and DA. RGB value is (246,174,218). Sum of RGB (Red+Green+Blue) = 246+174+218=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AEDA is #095125. Grayscale: #C8C8C8. Windows color (decimal): -610598 or 14331638. OLE color: 14331638.
HSL color Cylindrical-coordinate representation of color #F6AEDA: hue angle of 323.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6AEDA is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 174 | 218 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.04 |
| HSL | 323.33º | 0.8% | 0.82% | - |
| HSV(B) | 323.33º | 0.29% | 0.96% | - |
| XYZ | 65.8 | 54.93 | 73.46 | - |
| YUV | 200.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 174 | 218 | 0 | 0.29 | 0.11 | 0.04 | 323.33 | 0.8 | 0.82 |
| Hex | F6 | AE | DA | 0 | 1D | B | 4 | 143 | 50 | 52 |
| Octal | 366 | 256 | 332 | 0 | 35 | 13 | 4 | 503 | 120 | 122 |
| Binary | 11110110 | 10101110 | 11011010 | 0 | 11101 | 1011 | 100 | 101000011 | 1010000 | 1010010 |
Color Harmonies of #F6AEDA
Complementary color
Monochromatic Colors of #F6AEDA
Black with #F6AEDA
Text Example
Text Example
White with #F6AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AEDA; }
p { color: rgb(246,174,218); }
H1.HeaderClassName
{
color: #F6AEDA;
}
.AnyTagClassName
{
color: #F6AEDA;
}
</style>
background-color css
<style>
a { background-color: #F6AEDA; }
a { background-color: rgb(246,174,218); }
div.DivClassName
{
background-color: #F6AEDA;
}
.BgClassName
{
background-color: #F6AEDA;
}
</style>
border-color css
<style>
span { border-color: #F6AEDA; }
span { border-color: rgb(246,174,218); }
td.TdClassName
{
border-color: #F6AEDA;
}
.TagClassName
{
border-color: #F6AEDA;
}
</style>