Shades of Lavender Pink #F5B9E0
Tints of Lavender Pink #F5B9E0
RGB
CMYK
RGB Variations
Color information
#F5B9E0 (or 0xF5B9E0) is known color: Lavender Pink. HEX triplet: F5, B9 and E0. RGB value is (245,185,224). Sum of RGB (Red+Green+Blue) = 245+185+224=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B9E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B9E0 is #0A461F. Grayscale: #CFCFCF. Windows color (decimal): -673312 or 14727669. OLE color: 14727669.
HSL color Cylindrical-coordinate representation of color #F5B9E0: hue angle of 321º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5B9E0 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 185 | 224 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 321º | 0.75% | 0.84% | - |
| HSV(B) | 321º | 0.24% | 0.96% | - |
| XYZ | 68.46 | 59.49 | 78.4 | - |
| YUV | 207.39 | 137.38 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 185 | 224 | 0 | 0.24 | 0.09 | 0.04 | 321 | 0.75 | 0.84 |
| Hex | F5 | B9 | E0 | 0 | 18 | 9 | 4 | 141 | 4B | 54 |
| Octal | 365 | 271 | 340 | 0 | 30 | 11 | 4 | 501 | 113 | 124 |
| Binary | 11110101 | 10111001 | 11100000 | 0 | 11000 | 1001 | 100 | 101000001 | 1001011 | 1010100 |
Color Harmonies of #F5B9E0
Complementary color
Monochromatic Colors of #F5B9E0
Black with #F5B9E0
Text Example
Text Example
White with #F5B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B9E0; }
p { color: rgb(245,185,224); }
H1.HeaderClassName
{
color: #F5B9E0;
}
.AnyTagClassName
{
color: #F5B9E0;
}
</style>
background-color css
<style>
a { background-color: #F5B9E0; }
a { background-color: rgb(245,185,224); }
div.DivClassName
{
background-color: #F5B9E0;
}
.BgClassName
{
background-color: #F5B9E0;
}
</style>
border-color css
<style>
span { border-color: #F5B9E0; }
span { border-color: rgb(245,185,224); }
td.TdClassName
{
border-color: #F5B9E0;
}
.TagClassName
{
border-color: #F5B9E0;
}
</style>