Shades of Lavender Rose #FF96F2
Tints of Lavender Rose #FF96F2
RGB
CMYK
RGB Variations
Color information
#FF96F2 (or 0xFF96F2) is known color: Lavender Rose. HEX triplet: FF, 96 and F2. RGB value is (255,150,242). Sum of RGB (Red+Green+Blue) = 255+150+242=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 150 (58.98% from 255 or 23.18% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96F2 is #00690D. Grayscale: #BFBFBF. Windows color (decimal): -26894 or 15898367. OLE color: 15898367.
HSL color Cylindrical-coordinate representation of color #FF96F2: hue angle of 307.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96F2 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 242 | - |
| CMYK | 0 | 0.41 | 0.05 | 0 |
| HSL | 307.43º | 1% | 0.79% | - |
| HSV(B) | 307.43º | 0.41% | 1% | - |
| XYZ | 68.17 | 49.48 | 89.96 | - |
| YUV | 191.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 242 | 0 | 0.41 | 0.05 | 0 | 307.43 | 1 | 0.79 |
| Hex | FF | 96 | F2 | 0 | 29 | 5 | 0 | 133 | 64 | 4F |
| Octal | 377 | 226 | 362 | 0 | 51 | 5 | 0 | 463 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11110010 | 0 | 101001 | 101 | 0 | 100110011 | 1100100 | 1001111 |
Color Harmonies of #FF96F2
Complementary color
Monochromatic Colors of #FF96F2
Black with #FF96F2
Text Example
Text Example
White with #FF96F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96F2; }
p { color: rgb(255,150,242); }
H1.HeaderClassName
{
color: #FF96F2;
}
.AnyTagClassName
{
color: #FF96F2;
}
</style>
background-color css
<style>
a { background-color: #FF96F2; }
a { background-color: rgb(255,150,242); }
div.DivClassName
{
background-color: #FF96F2;
}
.BgClassName
{
background-color: #FF96F2;
}
</style>
border-color css
<style>
span { border-color: #FF96F2; }
span { border-color: rgb(255,150,242); }
td.TdClassName
{
border-color: #FF96F2;
}
.TagClassName
{
border-color: #FF96F2;
}
</style>