Shades of Lavender Pink #F2AED0
Tints of Lavender Pink #F2AED0
RGB
CMYK
RGB Variations
Color information
#F2AED0 (or 0xF2AED0) is known color: Lavender Pink. HEX triplet: F2, AE and D0. RGB value is (242,174,208). Sum of RGB (Red+Green+Blue) = 242+174+208=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AED0 is #0D512F. Grayscale: #C6C6C6. Windows color (decimal): -872752 or 13676274. OLE color: 13676274.
HSL color Cylindrical-coordinate representation of color #F2AED0: hue angle of 330º degrees, saturation: 0.72, 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 #F2AED0 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 208 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.05 |
| HSL | 330º | 0.72% | 0.82% | - |
| HSV(B) | 330º | 0.28% | 0.95% | - |
| XYZ | 63.14 | 53.7 | 66.71 | - |
| YUV | 198.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 208 | 0 | 0.28 | 0.14 | 0.05 | 330 | 0.72 | 0.82 |
| Hex | F2 | AE | D0 | 0 | 1C | E | 5 | 14A | 48 | 52 |
| Octal | 362 | 256 | 320 | 0 | 34 | 16 | 5 | 512 | 110 | 122 |
| Binary | 11110010 | 10101110 | 11010000 | 0 | 11100 | 1110 | 101 | 101001010 | 1001000 | 1010010 |
Color Harmonies of #F2AED0
Complementary color
Monochromatic Colors of #F2AED0
Black with #F2AED0
Text Example
Text Example
White with #F2AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AED0; }
p { color: rgb(242,174,208); }
H1.HeaderClassName
{
color: #F2AED0;
}
.AnyTagClassName
{
color: #F2AED0;
}
</style>
background-color css
<style>
a { background-color: #F2AED0; }
a { background-color: rgb(242,174,208); }
div.DivClassName
{
background-color: #F2AED0;
}
.BgClassName
{
background-color: #F2AED0;
}
</style>
border-color css
<style>
span { border-color: #F2AED0; }
span { border-color: rgb(242,174,208); }
td.TdClassName
{
border-color: #F2AED0;
}
.TagClassName
{
border-color: #F2AED0;
}
</style>