Shades of Lavender Rose #FB99DF
Tints of Lavender Rose #FB99DF
RGB
CMYK
RGB Variations
Color information
#FB99DF (or 0xFB99DF) is known color: Lavender Rose. HEX triplet: FB, 99 and DF. RGB value is (251,153,223). Sum of RGB (Red+Green+Blue) = 251+153+223=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99DF is #046620. Grayscale: #BEBEBE. Windows color (decimal): -288289 or 14653947. OLE color: 14653947.
HSL color Cylindrical-coordinate representation of color #FB99DF: hue angle of 317.14º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB99DF is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 223 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.02 |
| HSL | 317.14º | 0.92% | 0.79% | - |
| HSV(B) | 317.14º | 0.39% | 0.98% | - |
| XYZ | 64.49 | 48.62 | 75.8 | - |
| YUV | 190.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 223 | 0 | 0.39 | 0.11 | 0.02 | 317.14 | 0.92 | 0.79 |
| Hex | FB | 99 | DF | 0 | 27 | B | 2 | 13D | 5C | 4F |
| Octal | 373 | 231 | 337 | 0 | 47 | 13 | 2 | 475 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11011111 | 0 | 100111 | 1011 | 10 | 100111101 | 1011100 | 1001111 |
Color Harmonies of #FB99DF
Complementary color
Monochromatic Colors of #FB99DF
Black with #FB99DF
Text Example
Text Example
White with #FB99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99DF; }
p { color: rgb(251,153,223); }
H1.HeaderClassName
{
color: #FB99DF;
}
.AnyTagClassName
{
color: #FB99DF;
}
</style>
background-color css
<style>
a { background-color: #FB99DF; }
a { background-color: rgb(251,153,223); }
div.DivClassName
{
background-color: #FB99DF;
}
.BgClassName
{
background-color: #FB99DF;
}
</style>
border-color css
<style>
span { border-color: #FB99DF; }
span { border-color: rgb(251,153,223); }
td.TdClassName
{
border-color: #FB99DF;
}
.TagClassName
{
border-color: #FB99DF;
}
</style>