Shades of Lavender Rose #F99BE4
Tints of Lavender Rose #F99BE4
RGB
CMYK
RGB Variations
Color information
#F99BE4 (or 0xF99BE4) is known color: Lavender Rose. HEX triplet: F9, 9B and E4. RGB value is (249,155,228). Sum of RGB (Red+Green+Blue) = 249+155+228=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BE4 is #06641B. Grayscale: #BFBFBF. Windows color (decimal): -418844 or 14982137. OLE color: 14982137.
HSL color Cylindrical-coordinate representation of color #F99BE4: hue angle of 313.4º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BE4 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 228 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.02 |
| HSL | 313.4º | 0.89% | 0.79% | - |
| HSV(B) | 313.4º | 0.38% | 0.98% | - |
| XYZ | 64.79 | 49.18 | 79.48 | - |
| YUV | 191.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 228 | 0 | 0.38 | 0.08 | 0.02 | 313.4 | 0.89 | 0.79 |
| Hex | F9 | 9B | E4 | 0 | 26 | 8 | 2 | 139 | 59 | 4F |
| Octal | 371 | 233 | 344 | 0 | 46 | 10 | 2 | 471 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11100100 | 0 | 100110 | 1000 | 10 | 100111001 | 1011001 | 1001111 |
Color Harmonies of #F99BE4
Complementary color
Monochromatic Colors of #F99BE4
Black with #F99BE4
Text Example
Text Example
White with #F99BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BE4; }
p { color: rgb(249,155,228); }
H1.HeaderClassName
{
color: #F99BE4;
}
.AnyTagClassName
{
color: #F99BE4;
}
</style>
background-color css
<style>
a { background-color: #F99BE4; }
a { background-color: rgb(249,155,228); }
div.DivClassName
{
background-color: #F99BE4;
}
.BgClassName
{
background-color: #F99BE4;
}
</style>
border-color css
<style>
span { border-color: #F99BE4; }
span { border-color: rgb(249,155,228); }
td.TdClassName
{
border-color: #F99BE4;
}
.TagClassName
{
border-color: #F99BE4;
}
</style>