Shades of Lavender Rose #F5B4E0
Tints of Lavender Rose #F5B4E0
RGB
CMYK
RGB Variations
Color information
#F5B4E0 (or 0xF5B4E0) is known color: Lavender Rose. HEX triplet: F5, B4 and E0. RGB value is (245,180,224). Sum of RGB (Red+Green+Blue) = 245+180+224=649 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.75% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B4E0 is #0A4B1F. Grayscale: #CCCCCC. Windows color (decimal): -674592 or 14726389. OLE color: 14726389.
HSL color Cylindrical-coordinate representation of color #F5B4E0: hue angle of 319.38º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B4E0 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 180 | 224 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.04 |
| HSL | 319.38º | 0.76% | 0.83% | - |
| HSV(B) | 319.38º | 0.27% | 0.96% | - |
| XYZ | 67.43 | 57.44 | 78.05 | - |
| YUV | 204.45 | 139.03 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 180 | 224 | 0 | 0.27 | 0.09 | 0.04 | 319.38 | 0.76 | 0.83 |
| Hex | F5 | B4 | E0 | 0 | 1B | 9 | 4 | 13F | 4C | 53 |
| Octal | 365 | 264 | 340 | 0 | 33 | 11 | 4 | 477 | 114 | 123 |
| Binary | 11110101 | 10110100 | 11100000 | 0 | 11011 | 1001 | 100 | 100111111 | 1001100 | 1010011 |
Color Harmonies of #F5B4E0
Complementary color
Monochromatic Colors of #F5B4E0
Black with #F5B4E0
Text Example
Text Example
White with #F5B4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B4E0; }
p { color: rgb(245,180,224); }
H1.HeaderClassName
{
color: #F5B4E0;
}
.AnyTagClassName
{
color: #F5B4E0;
}
</style>
background-color css
<style>
a { background-color: #F5B4E0; }
a { background-color: rgb(245,180,224); }
div.DivClassName
{
background-color: #F5B4E0;
}
.BgClassName
{
background-color: #F5B4E0;
}
</style>
border-color css
<style>
span { border-color: #F5B4E0; }
span { border-color: rgb(245,180,224); }
td.TdClassName
{
border-color: #F5B4E0;
}
.TagClassName
{
border-color: #F5B4E0;
}
</style>