Shades of Lavender Rose #F7B1F2
Tints of Lavender Rose #F7B1F2
RGB
CMYK
RGB Variations
Color information
#F7B1F2 (or 0xF7B1F2) is known color: Lavender Rose. HEX triplet: F7, B1 and F2. RGB value is (247,177,242). Sum of RGB (Red+Green+Blue) = 247+177+242=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B1F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7B1F2 is #084E0D. Grayscale: #CDCDCD. Windows color (decimal): -544270 or 15905271. OLE color: 15905271.
HSL color Cylindrical-coordinate representation of color #F7B1F2: hue angle of 304.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7B1F2 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 242 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.03 |
| HSL | 304.29º | 0.81% | 0.83% | - |
| HSV(B) | 304.29º | 0.28% | 0.97% | - |
| XYZ | 70.11 | 57.63 | 91.43 | - |
| YUV | 205.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 242 | 0 | 0.28 | 0.02 | 0.03 | 304.29 | 0.81 | 0.83 |
| Hex | F7 | B1 | F2 | 0 | 1C | 2 | 3 | 130 | 51 | 53 |
| Octal | 367 | 261 | 362 | 0 | 34 | 2 | 3 | 460 | 121 | 123 |
| Binary | 11110111 | 10110001 | 11110010 | 0 | 11100 | 10 | 11 | 100110000 | 1010001 | 1010011 |
Color Harmonies of #F7B1F2
Complementary color
Monochromatic Colors of #F7B1F2
Black with #F7B1F2
Text Example
Text Example
White with #F7B1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B1F2; }
p { color: rgb(247,177,242); }
H1.HeaderClassName
{
color: #F7B1F2;
}
.AnyTagClassName
{
color: #F7B1F2;
}
</style>
background-color css
<style>
a { background-color: #F7B1F2; }
a { background-color: rgb(247,177,242); }
div.DivClassName
{
background-color: #F7B1F2;
}
.BgClassName
{
background-color: #F7B1F2;
}
</style>
border-color css
<style>
span { border-color: #F7B1F2; }
span { border-color: rgb(247,177,242); }
td.TdClassName
{
border-color: #F7B1F2;
}
.TagClassName
{
border-color: #F7B1F2;
}
</style>