Shades of Lavender Pink #F5B5DE
Tints of Lavender Pink #F5B5DE
RGB
CMYK
RGB Variations
Color information
#F5B5DE (or 0xF5B5DE) is known color: Lavender Pink. HEX triplet: F5, B5 and DE. RGB value is (245,181,222). Sum of RGB (Red+Green+Blue) = 245+181+222=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 181 (71.09% from 255 or 27.93% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5DE is #0A4A21. Grayscale: #CCCCCC. Windows color (decimal): -674338 or 14595573. OLE color: 14595573.
HSL color Cylindrical-coordinate representation of color #F5B5DE: hue angle of 321.56º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B5DE is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 181 | 222 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.04 |
| HSL | 321.56º | 0.76% | 0.84% | - |
| HSV(B) | 321.56º | 0.26% | 0.96% | - |
| XYZ | 67.36 | 57.73 | 76.7 | - |
| YUV | 204.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 181 | 222 | 0 | 0.26 | 0.09 | 0.04 | 321.56 | 0.76 | 0.84 |
| Hex | F5 | B5 | DE | 0 | 1A | 9 | 4 | 142 | 4C | 54 |
| Octal | 365 | 265 | 336 | 0 | 32 | 11 | 4 | 502 | 114 | 124 |
| Binary | 11110101 | 10110101 | 11011110 | 0 | 11010 | 1001 | 100 | 101000010 | 1001100 | 1010100 |
Color Harmonies of #F5B5DE
Complementary color
Monochromatic Colors of #F5B5DE
Black with #F5B5DE
Text Example
Text Example
White with #F5B5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B5DE; }
p { color: rgb(245,181,222); }
H1.HeaderClassName
{
color: #F5B5DE;
}
.AnyTagClassName
{
color: #F5B5DE;
}
</style>
background-color css
<style>
a { background-color: #F5B5DE; }
a { background-color: rgb(245,181,222); }
div.DivClassName
{
background-color: #F5B5DE;
}
.BgClassName
{
background-color: #F5B5DE;
}
</style>
border-color css
<style>
span { border-color: #F5B5DE; }
span { border-color: rgb(245,181,222); }
td.TdClassName
{
border-color: #F5B5DE;
}
.TagClassName
{
border-color: #F5B5DE;
}
</style>