Shades of Lavender Pink #F5ADDB
Tints of Lavender Pink #F5ADDB
RGB
CMYK
RGB Variations
Color information
#F5ADDB (or 0xF5ADDB) is known color: Lavender Pink. HEX triplet: F5, AD and DB. RGB value is (245,173,219). Sum of RGB (Red+Green+Blue) = 245+173+219=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ADDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ADDB is #0A5224. Grayscale: #C7C7C7. Windows color (decimal): -676389 or 14396917. OLE color: 14396917.
HSL color Cylindrical-coordinate representation of color #F5ADDB: hue angle of 321.67º degrees, saturation: 0.78, 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 #F5ADDB is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 219 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.04 |
| HSL | 321.67º | 0.78% | 0.82% | - |
| HSV(B) | 321.67º | 0.29% | 0.96% | - |
| XYZ | 65.39 | 54.41 | 74.07 | - |
| YUV | 199.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 219 | 0 | 0.29 | 0.11 | 0.04 | 321.67 | 0.78 | 0.82 |
| Hex | F5 | AD | DB | 0 | 1D | B | 4 | 142 | 4E | 52 |
| Octal | 365 | 255 | 333 | 0 | 35 | 13 | 4 | 502 | 116 | 122 |
| Binary | 11110101 | 10101101 | 11011011 | 0 | 11101 | 1011 | 100 | 101000010 | 1001110 | 1010010 |
Color Harmonies of #F5ADDB
Complementary color
Monochromatic Colors of #F5ADDB
Black with #F5ADDB
Text Example
Text Example
White with #F5ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ADDB; }
p { color: rgb(245,173,219); }
H1.HeaderClassName
{
color: #F5ADDB;
}
.AnyTagClassName
{
color: #F5ADDB;
}
</style>
background-color css
<style>
a { background-color: #F5ADDB; }
a { background-color: rgb(245,173,219); }
div.DivClassName
{
background-color: #F5ADDB;
}
.BgClassName
{
background-color: #F5ADDB;
}
</style>
border-color css
<style>
span { border-color: #F5ADDB; }
span { border-color: rgb(245,173,219); }
td.TdClassName
{
border-color: #F5ADDB;
}
.TagClassName
{
border-color: #F5ADDB;
}
</style>