Shades of Lavender Pink #F3ADD3
Tints of Lavender Pink #F3ADD3
RGB
CMYK
RGB Variations
Color information
#F3ADD3 (or 0xF3ADD3) is known color: Lavender Pink. HEX triplet: F3, AD and D3. RGB value is (243,173,211). Sum of RGB (Red+Green+Blue) = 243+173+211=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ADD3 is #0C522C. Grayscale: #C6C6C6. Windows color (decimal): -807469 or 13872627. OLE color: 13872627.
HSL color Cylindrical-coordinate representation of color #F3ADD3: hue angle of 327.43º 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 #F3ADD3 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 173 | 211 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.05 |
| HSL | 327.43º | 0.74% | 0.82% | - |
| HSV(B) | 327.43º | 0.29% | 0.95% | - |
| XYZ | 63.66 | 53.64 | 68.63 | - |
| YUV | 198.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 173 | 211 | 0 | 0.29 | 0.13 | 0.05 | 327.43 | 0.74 | 0.82 |
| Hex | F3 | AD | D3 | 0 | 1D | D | 5 | 147 | 4A | 52 |
| Octal | 363 | 255 | 323 | 0 | 35 | 15 | 5 | 507 | 112 | 122 |
| Binary | 11110011 | 10101101 | 11010011 | 0 | 11101 | 1101 | 101 | 101000111 | 1001010 | 1010010 |
Color Harmonies of #F3ADD3
Complementary color
Monochromatic Colors of #F3ADD3
Black with #F3ADD3
Text Example
Text Example
White with #F3ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ADD3; }
p { color: rgb(243,173,211); }
H1.HeaderClassName
{
color: #F3ADD3;
}
.AnyTagClassName
{
color: #F3ADD3;
}
</style>
background-color css
<style>
a { background-color: #F3ADD3; }
a { background-color: rgb(243,173,211); }
div.DivClassName
{
background-color: #F3ADD3;
}
.BgClassName
{
background-color: #F3ADD3;
}
</style>
border-color css
<style>
span { border-color: #F3ADD3; }
span { border-color: rgb(243,173,211); }
td.TdClassName
{
border-color: #F3ADD3;
}
.TagClassName
{
border-color: #F3ADD3;
}
</style>