Shades of Lavender Rose #FF9BF4
Tints of Lavender Rose #FF9BF4
RGB
CMYK
RGB Variations
Color information
#FF9BF4 (or 0xFF9BF4) is known color: Lavender Rose. HEX triplet: FF, 9B and F4. RGB value is (255,155,244). Sum of RGB (Red+Green+Blue) = 255+155+244=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 155 (60.94% from 255 or 23.70% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BF4 is #00640B. Grayscale: #C2C2C2. Windows color (decimal): -25612 or 16030719. OLE color: 16030719.
HSL color Cylindrical-coordinate representation of color #FF9BF4: hue angle of 306.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BF4 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 244 | - |
| CMYK | 0 | 0.39 | 0.04 | 0 |
| HSL | 306.6º | 1% | 0.8% | - |
| HSV(B) | 306.6º | 0.39% | 1% | - |
| XYZ | 69.29 | 51.23 | 91.83 | - |
| YUV | 195.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 244 | 0 | 0.39 | 0.04 | 0 | 306.6 | 1 | 0.8 |
| Hex | FF | 9B | F4 | 0 | 27 | 4 | 0 | 133 | 64 | 50 |
| Octal | 377 | 233 | 364 | 0 | 47 | 4 | 0 | 463 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11110100 | 0 | 100111 | 100 | 0 | 100110011 | 1100100 | 1010000 |
Color Harmonies of #FF9BF4
Complementary color
Monochromatic Colors of #FF9BF4
Black with #FF9BF4
Text Example
Text Example
White with #FF9BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BF4; }
p { color: rgb(255,155,244); }
H1.HeaderClassName
{
color: #FF9BF4;
}
.AnyTagClassName
{
color: #FF9BF4;
}
</style>
background-color css
<style>
a { background-color: #FF9BF4; }
a { background-color: rgb(255,155,244); }
div.DivClassName
{
background-color: #FF9BF4;
}
.BgClassName
{
background-color: #FF9BF4;
}
</style>
border-color css
<style>
span { border-color: #FF9BF4; }
span { border-color: rgb(255,155,244); }
td.TdClassName
{
border-color: #FF9BF4;
}
.TagClassName
{
border-color: #FF9BF4;
}
</style>