Shades of Lavender Rose #F7B4E5
Tints of Lavender Rose #F7B4E5
RGB
CMYK
RGB Variations
Color information
#F7B4E5 (or 0xF7B4E5) is known color: Lavender Rose. HEX triplet: F7, B4 and E5. RGB value is (247,180,229). Sum of RGB (Red+Green+Blue) = 247+180+229=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 180 (70.70% from 255 or 27.44% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B4E5 is #084B1A. Grayscale: #CDCDCD. Windows color (decimal): -543515 or 15054071. OLE color: 15054071.
HSL color Cylindrical-coordinate representation of color #F7B4E5: hue angle of 316.12º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B4E5 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 229 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.03 |
| HSL | 316.12º | 0.81% | 0.84% | - |
| HSV(B) | 316.12º | 0.27% | 0.97% | - |
| XYZ | 68.82 | 58.07 | 81.71 | - |
| YUV | 205.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 229 | 0 | 0.27 | 0.07 | 0.03 | 316.12 | 0.81 | 0.84 |
| Hex | F7 | B4 | E5 | 0 | 1B | 7 | 3 | 13C | 51 | 54 |
| Octal | 367 | 264 | 345 | 0 | 33 | 7 | 3 | 474 | 121 | 124 |
| Binary | 11110111 | 10110100 | 11100101 | 0 | 11011 | 111 | 11 | 100111100 | 1010001 | 1010100 |
Color Harmonies of #F7B4E5
Complementary color
Monochromatic Colors of #F7B4E5
Black with #F7B4E5
Text Example
Text Example
White with #F7B4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4E5; }
p { color: rgb(247,180,229); }
H1.HeaderClassName
{
color: #F7B4E5;
}
.AnyTagClassName
{
color: #F7B4E5;
}
</style>
background-color css
<style>
a { background-color: #F7B4E5; }
a { background-color: rgb(247,180,229); }
div.DivClassName
{
background-color: #F7B4E5;
}
.BgClassName
{
background-color: #F7B4E5;
}
</style>
border-color css
<style>
span { border-color: #F7B4E5; }
span { border-color: rgb(247,180,229); }
td.TdClassName
{
border-color: #F7B4E5;
}
.TagClassName
{
border-color: #F7B4E5;
}
</style>