Shades of Lavender Rose #FB99D4
Tints of Lavender Rose #FB99D4
RGB
CMYK
RGB Variations
Color information
#FB99D4 (or 0xFB99D4) is known color: Lavender Rose. HEX triplet: FB, 99 and D4. RGB value is (251,153,212). Sum of RGB (Red+Green+Blue) = 251+153+212=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB99D4 is #04662B. Grayscale: #BCBCBC. Windows color (decimal): -288300 or 13933051. OLE color: 13933051.
HSL color Cylindrical-coordinate representation of color #FB99D4: hue angle of 323.88º 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 #FB99D4 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 212 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.02 |
| HSL | 323.88º | 0.92% | 0.79% | - |
| HSV(B) | 323.88º | 0.39% | 0.98% | - |
| XYZ | 63.06 | 48.05 | 68.24 | - |
| YUV | 189.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 212 | 0 | 0.39 | 0.16 | 0.02 | 323.88 | 0.92 | 0.79 |
| Hex | FB | 99 | D4 | 0 | 27 | 10 | 2 | 144 | 5C | 4F |
| Octal | 373 | 231 | 324 | 0 | 47 | 20 | 2 | 504 | 134 | 117 |
| Binary | 11111011 | 10011001 | 11010100 | 0 | 100111 | 10000 | 10 | 101000100 | 1011100 | 1001111 |
Color Harmonies of #FB99D4
Complementary color
Monochromatic Colors of #FB99D4
Black with #FB99D4
Text Example
Text Example
White with #FB99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB99D4; }
p { color: rgb(251,153,212); }
H1.HeaderClassName
{
color: #FB99D4;
}
.AnyTagClassName
{
color: #FB99D4;
}
</style>
background-color css
<style>
a { background-color: #FB99D4; }
a { background-color: rgb(251,153,212); }
div.DivClassName
{
background-color: #FB99D4;
}
.BgClassName
{
background-color: #FB99D4;
}
</style>
border-color css
<style>
span { border-color: #FB99D4; }
span { border-color: rgb(251,153,212); }
td.TdClassName
{
border-color: #FB99D4;
}
.TagClassName
{
border-color: #FB99D4;
}
</style>