Shades of Lavender Rose #FF9BFA
Tints of Lavender Rose #FF9BFA
RGB
CMYK
RGB Variations
Color information
#FF9BFA (or 0xFF9BFA) is known color: Lavender Rose. HEX triplet: FF, 9B and FA. RGB value is (255,155,250). Sum of RGB (Red+Green+Blue) = 255+155+250=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 155 (60.94% from 255 or 23.48% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BFA is #006405. Grayscale: #C3C3C3. Windows color (decimal): -25606 or 16423935. OLE color: 16423935.
HSL color Cylindrical-coordinate representation of color #FF9BFA: hue angle of 303º 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 #FF9BFA is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 250 | - |
| CMYK | 0 | 0.39 | 0.02 | 0 |
| HSL | 303º | 1% | 0.8% | - |
| HSV(B) | 303º | 0.39% | 1% | - |
| XYZ | 70.22 | 51.6 | 96.7 | - |
| YUV | 195.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 250 | 0 | 0.39 | 0.02 | 0 | 303 | 1 | 0.8 |
| Hex | FF | 9B | FA | 0 | 27 | 2 | 0 | 12F | 64 | 50 |
| Octal | 377 | 233 | 372 | 0 | 47 | 2 | 0 | 457 | 144 | 120 |
| Binary | 11111111 | 10011011 | 11111010 | 0 | 100111 | 10 | 0 | 100101111 | 1100100 | 1010000 |
Color Harmonies of #FF9BFA
Complementary color
Monochromatic Colors of #FF9BFA
Black with #FF9BFA
Text Example
Text Example
White with #FF9BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9BFA; }
p { color: rgb(255,155,250); }
H1.HeaderClassName
{
color: #FF9BFA;
}
.AnyTagClassName
{
color: #FF9BFA;
}
</style>
background-color css
<style>
a { background-color: #FF9BFA; }
a { background-color: rgb(255,155,250); }
div.DivClassName
{
background-color: #FF9BFA;
}
.BgClassName
{
background-color: #FF9BFA;
}
</style>
border-color css
<style>
span { border-color: #FF9BFA; }
span { border-color: rgb(255,155,250); }
td.TdClassName
{
border-color: #FF9BFA;
}
.TagClassName
{
border-color: #FF9BFA;
}
</style>