Shades of Lavender Rose #FB9DF3
Tints of Lavender Rose #FB9DF3
RGB
CMYK
RGB Variations
Color information
#FB9DF3 (or 0xFB9DF3) is known color: Lavender Rose. HEX triplet: FB, 9D and F3. RGB value is (251,157,243). Sum of RGB (Red+Green+Blue) = 251+157+243=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 157 (61.72% from 255 or 24.12% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9DF3 is #04620C. Grayscale: #C2C2C2. Windows color (decimal): -287245 or 15965691. OLE color: 15965691.
HSL color Cylindrical-coordinate representation of color #FB9DF3: hue angle of 305.11º 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 #FB9DF3 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 243 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.02 |
| HSL | 305.11º | 0.92% | 0.8% | - |
| HSV(B) | 305.11º | 0.37% | 0.98% | - |
| XYZ | 68.02 | 51.09 | 91.07 | - |
| YUV | 194.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 243 | 0 | 0.37 | 0.03 | 0.02 | 305.11 | 0.92 | 0.8 |
| Hex | FB | 9D | F3 | 0 | 25 | 3 | 2 | 131 | 5C | 50 |
| Octal | 373 | 235 | 363 | 0 | 45 | 3 | 2 | 461 | 134 | 120 |
| Binary | 11111011 | 10011101 | 11110011 | 0 | 100101 | 11 | 10 | 100110001 | 1011100 | 1010000 |
Color Harmonies of #FB9DF3
Complementary color
Monochromatic Colors of #FB9DF3
Black with #FB9DF3
Text Example
Text Example
White with #FB9DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9DF3; }
p { color: rgb(251,157,243); }
H1.HeaderClassName
{
color: #FB9DF3;
}
.AnyTagClassName
{
color: #FB9DF3;
}
</style>
background-color css
<style>
a { background-color: #FB9DF3; }
a { background-color: rgb(251,157,243); }
div.DivClassName
{
background-color: #FB9DF3;
}
.BgClassName
{
background-color: #FB9DF3;
}
</style>
border-color css
<style>
span { border-color: #FB9DF3; }
span { border-color: rgb(251,157,243); }
td.TdClassName
{
border-color: #FB9DF3;
}
.TagClassName
{
border-color: #FB9DF3;
}
</style>