Shades of Lavender Rose #FB93D4
Tints of Lavender Rose #FB93D4
RGB
CMYK
RGB Variations
Color information
#FB93D4 (or 0xFB93D4) is known color: Lavender Rose. HEX triplet: FB, 93 and D4. RGB value is (251,147,212). Sum of RGB (Red+Green+Blue) = 251+147+212=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93D4 is #046C2B. Grayscale: #B9B9B9. Windows color (decimal): -289836 or 13931515. OLE color: 13931515.
HSL color Cylindrical-coordinate representation of color #FB93D4: hue angle of 322.5º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93D4 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 212 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.02 |
| HSL | 322.5º | 0.93% | 0.78% | - |
| HSV(B) | 322.5º | 0.41% | 0.98% | - |
| XYZ | 62.1 | 46.13 | 67.92 | - |
| YUV | 185.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 212 | 0 | 0.41 | 0.16 | 0.02 | 322.5 | 0.93 | 0.78 |
| Hex | FB | 93 | D4 | 0 | 29 | 10 | 2 | 142 | 5D | 4E |
| Octal | 373 | 223 | 324 | 0 | 51 | 20 | 2 | 502 | 135 | 116 |
| Binary | 11111011 | 10010011 | 11010100 | 0 | 101001 | 10000 | 10 | 101000010 | 1011101 | 1001110 |
Color Harmonies of #FB93D4
Complementary color
Monochromatic Colors of #FB93D4
Black with #FB93D4
Text Example
Text Example
White with #FB93D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93D4; }
p { color: rgb(251,147,212); }
H1.HeaderClassName
{
color: #FB93D4;
}
.AnyTagClassName
{
color: #FB93D4;
}
</style>
background-color css
<style>
a { background-color: #FB93D4; }
a { background-color: rgb(251,147,212); }
div.DivClassName
{
background-color: #FB93D4;
}
.BgClassName
{
background-color: #FB93D4;
}
</style>
border-color css
<style>
span { border-color: #FB93D4; }
span { border-color: rgb(251,147,212); }
td.TdClassName
{
border-color: #FB93D4;
}
.TagClassName
{
border-color: #FB93D4;
}
</style>