Shades of Lavender Rose #FBA8DB
Tints of Lavender Rose #FBA8DB
RGB
CMYK
RGB Variations
Color information
#FBA8DB (or 0xFBA8DB) is known color: Lavender Rose. HEX triplet: FB, A8 and DB. RGB value is (251,168,219). Sum of RGB (Red+Green+Blue) = 251+168+219=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 168 (66.02% from 255 or 26.33% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8DB is #045724. Grayscale: #C6C6C6. Windows color (decimal): -284453 or 14395643. OLE color: 14395643.
HSL color Cylindrical-coordinate representation of color #FBA8DB: hue angle of 323.13º 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 #FBA8DB is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 219 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.02 |
| HSL | 323.13º | 0.91% | 0.82% | - |
| HSV(B) | 323.13º | 0.33% | 0.98% | - |
| XYZ | 66.57 | 53.63 | 73.86 | - |
| YUV | 198.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 219 | 0 | 0.33 | 0.13 | 0.02 | 323.13 | 0.91 | 0.82 |
| Hex | FB | A8 | DB | 0 | 21 | D | 2 | 143 | 5B | 52 |
| Octal | 373 | 250 | 333 | 0 | 41 | 15 | 2 | 503 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11011011 | 0 | 100001 | 1101 | 10 | 101000011 | 1011011 | 1010010 |
Color Harmonies of #FBA8DB
Complementary color
Monochromatic Colors of #FBA8DB
Black with #FBA8DB
Text Example
Text Example
White with #FBA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8DB; }
p { color: rgb(251,168,219); }
H1.HeaderClassName
{
color: #FBA8DB;
}
.AnyTagClassName
{
color: #FBA8DB;
}
</style>
background-color css
<style>
a { background-color: #FBA8DB; }
a { background-color: rgb(251,168,219); }
div.DivClassName
{
background-color: #FBA8DB;
}
.BgClassName
{
background-color: #FBA8DB;
}
</style>
border-color css
<style>
span { border-color: #FBA8DB; }
span { border-color: rgb(251,168,219); }
td.TdClassName
{
border-color: #FBA8DB;
}
.TagClassName
{
border-color: #FBA8DB;
}
</style>