Shades of Lavender Rose #FBA5DA
Tints of Lavender Rose #FBA5DA
RGB
CMYK
RGB Variations
Color information
#FBA5DA (or 0xFBA5DA) is known color: Lavender Rose. HEX triplet: FB, A5 and DA. RGB value is (251,165,218). Sum of RGB (Red+Green+Blue) = 251+165+218=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5DA is #045A25. Grayscale: #C4C4C4. Windows color (decimal): -285222 or 14329339. OLE color: 14329339.
HSL color Cylindrical-coordinate representation of color #FBA5DA: hue angle of 323.02º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5DA is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 218 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.02 |
| HSL | 323.02º | 0.91% | 0.82% | - |
| HSV(B) | 323.02º | 0.34% | 0.98% | - |
| XYZ | 65.89 | 52.48 | 72.99 | - |
| YUV | 196.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 218 | 0 | 0.34 | 0.13 | 0.02 | 323.02 | 0.91 | 0.82 |
| Hex | FB | A5 | DA | 0 | 22 | D | 2 | 143 | 5B | 52 |
| Octal | 373 | 245 | 332 | 0 | 42 | 15 | 2 | 503 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11011010 | 0 | 100010 | 1101 | 10 | 101000011 | 1011011 | 1010010 |
Color Harmonies of #FBA5DA
Complementary color
Monochromatic Colors of #FBA5DA
Black with #FBA5DA
Text Example
Text Example
White with #FBA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5DA; }
p { color: rgb(251,165,218); }
H1.HeaderClassName
{
color: #FBA5DA;
}
.AnyTagClassName
{
color: #FBA5DA;
}
</style>
background-color css
<style>
a { background-color: #FBA5DA; }
a { background-color: rgb(251,165,218); }
div.DivClassName
{
background-color: #FBA5DA;
}
.BgClassName
{
background-color: #FBA5DA;
}
</style>
border-color css
<style>
span { border-color: #FBA5DA; }
span { border-color: rgb(251,165,218); }
td.TdClassName
{
border-color: #FBA5DA;
}
.TagClassName
{
border-color: #FBA5DA;
}
</style>