Shades of Lavender Rose #FB9DFA
Tints of Lavender Rose #FB9DFA
RGB
CMYK
RGB Variations
Color information
#FB9DFA (or 0xFB9DFA) is known color: Lavender Rose. HEX triplet: FB, 9D and FA. RGB value is (251,157,250). Sum of RGB (Red+Green+Blue) = 251+157+250=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 157 (61.72% from 255 or 23.86% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9DFA is #046205. Grayscale: #C3C3C3. Windows color (decimal): -287238 or 16424443. OLE color: 16424443.
HSL color Cylindrical-coordinate representation of color #FB9DFA: hue angle of 300.64º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9DFA is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 250 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.02 |
| HSL | 300.64º | 0.92% | 0.8% | - |
| HSV(B) | 300.64º | 0.37% | 0.98% | - |
| XYZ | 69.1 | 51.53 | 96.75 | - |
| YUV | 195.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 250 | 0 | 0.37 | 0.00 | 0.02 | 300.64 | 0.92 | 0.8 |
| Hex | FB | 9D | FA | 0 | 25 | 0 | 2 | 12D | 5C | 50 |
| Octal | 373 | 235 | 372 | 0 | 45 | 0 | 2 | 455 | 134 | 120 |
| Binary | 11111011 | 10011101 | 11111010 | 0 | 100101 | 0 | 10 | 100101101 | 1011100 | 1010000 |
Color Harmonies of #FB9DFA
Complementary color
Monochromatic Colors of #FB9DFA
Black with #FB9DFA
Text Example
Text Example
White with #FB9DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9DFA; }
p { color: rgb(251,157,250); }
H1.HeaderClassName
{
color: #FB9DFA;
}
.AnyTagClassName
{
color: #FB9DFA;
}
</style>
background-color css
<style>
a { background-color: #FB9DFA; }
a { background-color: rgb(251,157,250); }
div.DivClassName
{
background-color: #FB9DFA;
}
.BgClassName
{
background-color: #FB9DFA;
}
</style>
border-color css
<style>
span { border-color: #FB9DFA; }
span { border-color: rgb(251,157,250); }
td.TdClassName
{
border-color: #FB9DFA;
}
.TagClassName
{
border-color: #FB9DFA;
}
</style>