Shades of Lavender Pink #F3ADD6
Tints of Lavender Pink #F3ADD6
RGB
CMYK
RGB Variations
Color information
#F3ADD6 (or 0xF3ADD6) is known color: Lavender Pink. HEX triplet: F3, AD and D6. RGB value is (243,173,214). Sum of RGB (Red+Green+Blue) = 243+173+214=630 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.57% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 214 (83.98% from 255 or 33.97% from 630); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADD6 is #0C5229. Grayscale: #C6C6C6. Windows color (decimal): -807466 or 14069235. OLE color: 14069235.
HSL color Cylindrical-coordinate representation of color #F3ADD6: hue angle of 324.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3ADD6 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 214 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.05 |
| HSL | 324.86º | 0.74% | 0.82% | - |
| HSV(B) | 324.86º | 0.29% | 0.95% | - |
| XYZ | 64.04 | 53.8 | 70.63 | - |
| YUV | 198.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 214 | 0 | 0.29 | 0.12 | 0.05 | 324.86 | 0.74 | 0.82 |
| Hex | F3 | AD | D6 | 0 | 1D | C | 5 | 145 | 4A | 52 |
| Octal | 363 | 255 | 326 | 0 | 35 | 14 | 5 | 505 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11010110 | 0 | 11101 | 1100 | 101 | 101000101 | 1001010 | 1010010 |
Color Harmonies of #F3ADD6
Complementary color
Monochromatic Colors of #F3ADD6
Black with #F3ADD6
Text Example
Text Example
White with #F3ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADD6; }
p { color: rgb(243,173,214); }
H1.HeaderClassName
{
color: #F3ADD6;
}
.AnyTagClassName
{
color: #F3ADD6;
}
</style>
background-color css
<style>
a { background-color: #F3ADD6; }
a { background-color: rgb(243,173,214); }
div.DivClassName
{
background-color: #F3ADD6;
}
.BgClassName
{
background-color: #F3ADD6;
}
</style>
border-color css
<style>
span { border-color: #F3ADD6; }
span { border-color: rgb(243,173,214); }
td.TdClassName
{
border-color: #F3ADD6;
}
.TagClassName
{
border-color: #F3ADD6;
}
</style>