Shades of Lavender Rose #FB99D5
Tints of Lavender Rose #FB99D5
RGB
CMYK
RGB Variations
Color information
#FB99D5 (or 0xFB99D5) is known color: Lavender Rose. HEX triplet: FB, 99 and D5. RGB value is (251,153,213). Sum of RGB (Red+Green+Blue) = 251+153+213=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99D5 is #04662A. Grayscale: #BDBDBD. Windows color (decimal): -288299 or 13998587. OLE color: 13998587.
HSL color Cylindrical-coordinate representation of color #FB99D5: hue angle of 323.27º 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 #FB99D5 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 213 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.02 |
| HSL | 323.27º | 0.92% | 0.79% | - |
| HSV(B) | 323.27º | 0.39% | 0.98% | - |
| XYZ | 63.19 | 48.1 | 68.9 | - |
| YUV | 189.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 213 | 0 | 0.39 | 0.15 | 0.02 | 323.27 | 0.92 | 0.79 |
| Hex | FB | 99 | D5 | 0 | 27 | F | 2 | 143 | 5C | 4F |
| Octal | 373 | 231 | 325 | 0 | 47 | 17 | 2 | 503 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11010101 | 0 | 100111 | 1111 | 10 | 101000011 | 1011100 | 1001111 |
Color Harmonies of #FB99D5
Complementary color
Monochromatic Colors of #FB99D5
Black with #FB99D5
Text Example
Text Example
White with #FB99D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99D5; }
p { color: rgb(251,153,213); }
H1.HeaderClassName
{
color: #FB99D5;
}
.AnyTagClassName
{
color: #FB99D5;
}
</style>
background-color css
<style>
a { background-color: #FB99D5; }
a { background-color: rgb(251,153,213); }
div.DivClassName
{
background-color: #FB99D5;
}
.BgClassName
{
background-color: #FB99D5;
}
</style>
border-color css
<style>
span { border-color: #FB99D5; }
span { border-color: rgb(251,153,213); }
td.TdClassName
{
border-color: #FB99D5;
}
.TagClassName
{
border-color: #FB99D5;
}
</style>