Shades of Lavender Rose #F7B4EE
Tints of Lavender Rose #F7B4EE
RGB
CMYK
RGB Variations
Color information
#F7B4EE (or 0xF7B4EE) is known color: Lavender Rose. HEX triplet: F7, B4 and EE. RGB value is (247,180,238). Sum of RGB (Red+Green+Blue) = 247+180+238=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 180 (70.70% from 255 or 27.07% from 665); Blue value is 238 (93.36% from 255 or 35.79% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B4EE is #084B11. Grayscale: #CECECE. Windows color (decimal): -543506 or 15643895. OLE color: 15643895.
HSL color Cylindrical-coordinate representation of color #F7B4EE: hue angle of 308.06º 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 #F7B4EE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 238 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.03 |
| HSL | 308.06º | 0.81% | 0.84% | - |
| HSV(B) | 308.06º | 0.27% | 0.97% | - |
| XYZ | 70.11 | 58.59 | 88.5 | - |
| YUV | 206.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 238 | 0 | 0.27 | 0.04 | 0.03 | 308.06 | 0.81 | 0.84 |
| Hex | F7 | B4 | EE | 0 | 1B | 4 | 3 | 134 | 51 | 54 |
| Octal | 367 | 264 | 356 | 0 | 33 | 4 | 3 | 464 | 121 | 124 |
| Binary | 11110111 | 10110100 | 11101110 | 0 | 11011 | 100 | 11 | 100110100 | 1010001 | 1010100 |
Color Harmonies of #F7B4EE
Complementary color
Monochromatic Colors of #F7B4EE
Black with #F7B4EE
Text Example
Text Example
White with #F7B4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4EE; }
p { color: rgb(247,180,238); }
H1.HeaderClassName
{
color: #F7B4EE;
}
.AnyTagClassName
{
color: #F7B4EE;
}
</style>
background-color css
<style>
a { background-color: #F7B4EE; }
a { background-color: rgb(247,180,238); }
div.DivClassName
{
background-color: #F7B4EE;
}
.BgClassName
{
background-color: #F7B4EE;
}
</style>
border-color css
<style>
span { border-color: #F7B4EE; }
span { border-color: rgb(247,180,238); }
td.TdClassName
{
border-color: #F7B4EE;
}
.TagClassName
{
border-color: #F7B4EE;
}
</style>