Shades of Lavender Rose #FBA4ED
Tints of Lavender Rose #FBA4ED
RGB
CMYK
RGB Variations
Color information
#FBA4ED (or 0xFBA4ED) is known color: Lavender Rose. HEX triplet: FB, A4 and ED. RGB value is (251,164,237). Sum of RGB (Red+Green+Blue) = 251+164+237=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4ED is #045B12. Grayscale: #C6C6C6. Windows color (decimal): -285459 or 15574267. OLE color: 15574267.
HSL color Cylindrical-coordinate representation of color #FBA4ED: hue angle of 309.66º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4ED is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 237 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.02 |
| HSL | 309.66º | 0.92% | 0.81% | - |
| HSV(B) | 309.66º | 0.35% | 0.98% | - |
| XYZ | 68.35 | 53.17 | 86.78 | - |
| YUV | 198.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 237 | 0 | 0.35 | 0.06 | 0.02 | 309.66 | 0.92 | 0.81 |
| Hex | FB | A4 | ED | 0 | 23 | 6 | 2 | 136 | 5C | 51 |
| Octal | 373 | 244 | 355 | 0 | 43 | 6 | 2 | 466 | 134 | 121 |
| Binary | 11111011 | 10100100 | 11101101 | 0 | 100011 | 110 | 10 | 100110110 | 1011100 | 1010001 |
Color Harmonies of #FBA4ED
Complementary color
Monochromatic Colors of #FBA4ED
Black with #FBA4ED
Text Example
Text Example
White with #FBA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4ED; }
p { color: rgb(251,164,237); }
H1.HeaderClassName
{
color: #FBA4ED;
}
.AnyTagClassName
{
color: #FBA4ED;
}
</style>
background-color css
<style>
a { background-color: #FBA4ED; }
a { background-color: rgb(251,164,237); }
div.DivClassName
{
background-color: #FBA4ED;
}
.BgClassName
{
background-color: #FBA4ED;
}
</style>
border-color css
<style>
span { border-color: #FBA4ED; }
span { border-color: rgb(251,164,237); }
td.TdClassName
{
border-color: #FBA4ED;
}
.TagClassName
{
border-color: #FBA4ED;
}
</style>