Shades of Lavender Rose #F7B4F8
Tints of Lavender Rose #F7B4F8
RGB
CMYK
RGB Variations
Color information
#F7B4F8 (or 0xF7B4F8) is known color: Lavender Rose. HEX triplet: F7, B4 and F8. RGB value is (247,180,248). Sum of RGB (Red+Green+Blue) = 247+180+248=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 180 (70.70% from 255 or 26.67% from 675); Blue value is 248 (97.27% from 255 or 36.74% from 675); Max value from RGB is 248 - color contains mainly: blue. Hex color #F7B4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B4F8 is #084B07. Grayscale: #CFCFCF. Windows color (decimal): -543496 or 16299255. OLE color: 16299255.
HSL color Cylindrical-coordinate representation of color #F7B4F8: hue angle of 299.12º degrees, saturation: 0.83, 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 #F7B4F8 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 248 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.03 |
| HSL | 299.12º | 0.83% | 0.84% | - |
| HSV(B) | 299.12º | 0.27% | 0.97% | - |
| XYZ | 71.62 | 59.19 | 96.46 | - |
| YUV | 207.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 248 | 0.00 | 0.27 | 0 | 0.03 | 299.12 | 0.83 | 0.84 |
| Hex | F7 | B4 | F8 | 0 | 1B | 0 | 3 | 12B | 53 | 54 |
| Octal | 367 | 264 | 370 | 0 | 33 | 0 | 3 | 453 | 123 | 124 |
| Binary | 11110111 | 10110100 | 11111000 | 0 | 11011 | 0 | 11 | 100101011 | 1010011 | 1010100 |
Color Harmonies of #F7B4F8
Complementary color
Monochromatic Colors of #F7B4F8
Black with #F7B4F8
Text Example
Text Example
White with #F7B4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B4F8; }
p { color: rgb(247,180,248); }
H1.HeaderClassName
{
color: #F7B4F8;
}
.AnyTagClassName
{
color: #F7B4F8;
}
</style>
background-color css
<style>
a { background-color: #F7B4F8; }
a { background-color: rgb(247,180,248); }
div.DivClassName
{
background-color: #F7B4F8;
}
.BgClassName
{
background-color: #F7B4F8;
}
</style>
border-color css
<style>
span { border-color: #F7B4F8; }
span { border-color: rgb(247,180,248); }
td.TdClassName
{
border-color: #F7B4F8;
}
.TagClassName
{
border-color: #F7B4F8;
}
</style>