Shades of Lavender Pink #F2A8D5
Tints of Lavender Pink #F2A8D5
RGB
CMYK
RGB Variations
Color information
#F2A8D5 (or 0xF2A8D5) is known color: Lavender Pink. HEX triplet: F2, A8 and D5. RGB value is (242,168,213). Sum of RGB (Red+Green+Blue) = 242+168+213=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A8D5 is #0D572A. Grayscale: #C3C3C3. Windows color (decimal): -874283 or 14002418. OLE color: 14002418.
HSL color Cylindrical-coordinate representation of color #F2A8D5: hue angle of 323.51º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A8D5 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 213 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.05 |
| HSL | 323.51º | 0.74% | 0.8% | - |
| HSV(B) | 323.51º | 0.31% | 0.95% | - |
| XYZ | 62.63 | 51.69 | 69.63 | - |
| YUV | 195.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 213 | 0 | 0.31 | 0.12 | 0.05 | 323.51 | 0.74 | 0.8 |
| Hex | F2 | A8 | D5 | 0 | 1F | C | 5 | 144 | 4A | 50 |
| Octal | 362 | 250 | 325 | 0 | 37 | 14 | 5 | 504 | 112 | 120 |
| Binary | 11110010 | 10101000 | 11010101 | 0 | 11111 | 1100 | 101 | 101000100 | 1001010 | 1010000 |
Color Harmonies of #F2A8D5
Complementary color
Monochromatic Colors of #F2A8D5
Black with #F2A8D5
Text Example
Text Example
White with #F2A8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A8D5; }
p { color: rgb(242,168,213); }
H1.HeaderClassName
{
color: #F2A8D5;
}
.AnyTagClassName
{
color: #F2A8D5;
}
</style>
background-color css
<style>
a { background-color: #F2A8D5; }
a { background-color: rgb(242,168,213); }
div.DivClassName
{
background-color: #F2A8D5;
}
.BgClassName
{
background-color: #F2A8D5;
}
</style>
border-color css
<style>
span { border-color: #F2A8D5; }
span { border-color: rgb(242,168,213); }
td.TdClassName
{
border-color: #F2A8D5;
}
.TagClassName
{
border-color: #F2A8D5;
}
</style>