Shades of Lavender Rose #FBA6ED
Tints of Lavender Rose #FBA6ED
RGB
CMYK
RGB Variations
Color information
#FBA6ED (or 0xFBA6ED) is known color: Lavender Rose. HEX triplet: FB, A6 and ED. RGB value is (251,166,237). Sum of RGB (Red+Green+Blue) = 251+166+237=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 166 (65.23% from 255 or 25.38% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6ED is #045912. Grayscale: #C7C7C7. Windows color (decimal): -284947 or 15574779. OLE color: 15574779.
HSL color Cylindrical-coordinate representation of color #FBA6ED: hue angle of 309.88º 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 #FBA6ED is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 237 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.02 |
| HSL | 309.88º | 0.91% | 0.82% | - |
| HSV(B) | 309.88º | 0.34% | 0.98% | - |
| XYZ | 68.71 | 53.9 | 86.9 | - |
| YUV | 199.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 237 | 0 | 0.34 | 0.06 | 0.02 | 309.88 | 0.91 | 0.82 |
| Hex | FB | A6 | ED | 0 | 22 | 6 | 2 | 136 | 5B | 52 |
| Octal | 373 | 246 | 355 | 0 | 42 | 6 | 2 | 466 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11101101 | 0 | 100010 | 110 | 10 | 100110110 | 1011011 | 1010010 |
Color Harmonies of #FBA6ED
Complementary color
Monochromatic Colors of #FBA6ED
Black with #FBA6ED
Text Example
Text Example
White with #FBA6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6ED; }
p { color: rgb(251,166,237); }
H1.HeaderClassName
{
color: #FBA6ED;
}
.AnyTagClassName
{
color: #FBA6ED;
}
</style>
background-color css
<style>
a { background-color: #FBA6ED; }
a { background-color: rgb(251,166,237); }
div.DivClassName
{
background-color: #FBA6ED;
}
.BgClassName
{
background-color: #FBA6ED;
}
</style>
border-color css
<style>
span { border-color: #FBA6ED; }
span { border-color: rgb(251,166,237); }
td.TdClassName
{
border-color: #FBA6ED;
}
.TagClassName
{
border-color: #FBA6ED;
}
</style>