Shades of Lavender Rose #FBA7DB
Tints of Lavender Rose #FBA7DB
RGB
CMYK
RGB Variations
Color information
#FBA7DB (or 0xFBA7DB) is known color: Lavender Rose. HEX triplet: FB, A7 and DB. RGB value is (251,167,219). Sum of RGB (Red+Green+Blue) = 251+167+219=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 167 (65.62% from 255 or 26.22% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA7DB is #045824. Grayscale: #C5C5C5. Windows color (decimal): -284709 or 14395387. OLE color: 14395387.
HSL color Cylindrical-coordinate representation of color #FBA7DB: hue angle of 322.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7DB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 219 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.02 |
| HSL | 322.86º | 0.91% | 0.82% | - |
| HSV(B) | 322.86º | 0.33% | 0.98% | - |
| XYZ | 66.39 | 53.26 | 73.8 | - |
| YUV | 198.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 219 | 0 | 0.33 | 0.13 | 0.02 | 322.86 | 0.91 | 0.82 |
| Hex | FB | A7 | DB | 0 | 21 | D | 2 | 143 | 5B | 52 |
| Octal | 373 | 247 | 333 | 0 | 41 | 15 | 2 | 503 | 133 | 122 |
| Binary | 11111011 | 10100111 | 11011011 | 0 | 100001 | 1101 | 10 | 101000011 | 1011011 | 1010010 |
Color Harmonies of #FBA7DB
Complementary color
Monochromatic Colors of #FBA7DB
Black with #FBA7DB
Text Example
Text Example
White with #FBA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7DB; }
p { color: rgb(251,167,219); }
H1.HeaderClassName
{
color: #FBA7DB;
}
.AnyTagClassName
{
color: #FBA7DB;
}
</style>
background-color css
<style>
a { background-color: #FBA7DB; }
a { background-color: rgb(251,167,219); }
div.DivClassName
{
background-color: #FBA7DB;
}
.BgClassName
{
background-color: #FBA7DB;
}
</style>
border-color css
<style>
span { border-color: #FBA7DB; }
span { border-color: rgb(251,167,219); }
td.TdClassName
{
border-color: #FBA7DB;
}
.TagClassName
{
border-color: #FBA7DB;
}
</style>