Shades of Lavender Rose #FBA6E2
Tints of Lavender Rose #FBA6E2
RGB
CMYK
RGB Variations
Color information
#FBA6E2 (or 0xFBA6E2) is known color: Lavender Rose. HEX triplet: FB, A6 and E2. RGB value is (251,166,226). Sum of RGB (Red+Green+Blue) = 251+166+226=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA6E2 is #04591D. Grayscale: #C6C6C6. Windows color (decimal): -284958 or 14853883. OLE color: 14853883.
HSL color Cylindrical-coordinate representation of color #FBA6E2: hue angle of 317.65º 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 #FBA6E2 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 226 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.02 |
| HSL | 317.65º | 0.91% | 0.82% | - |
| HSV(B) | 317.65º | 0.34% | 0.98% | - |
| XYZ | 67.15 | 53.27 | 78.7 | - |
| YUV | 198.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 226 | 0 | 0.34 | 0.10 | 0.02 | 317.65 | 0.91 | 0.82 |
| Hex | FB | A6 | E2 | 0 | 22 | A | 2 | 13E | 5B | 52 |
| Octal | 373 | 246 | 342 | 0 | 42 | 12 | 2 | 476 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11100010 | 0 | 100010 | 1010 | 10 | 100111110 | 1011011 | 1010010 |
Color Harmonies of #FBA6E2
Complementary color
Monochromatic Colors of #FBA6E2
Black with #FBA6E2
Text Example
Text Example
White with #FBA6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6E2; }
p { color: rgb(251,166,226); }
H1.HeaderClassName
{
color: #FBA6E2;
}
.AnyTagClassName
{
color: #FBA6E2;
}
</style>
background-color css
<style>
a { background-color: #FBA6E2; }
a { background-color: rgb(251,166,226); }
div.DivClassName
{
background-color: #FBA6E2;
}
.BgClassName
{
background-color: #FBA6E2;
}
</style>
border-color css
<style>
span { border-color: #FBA6E2; }
span { border-color: rgb(251,166,226); }
td.TdClassName
{
border-color: #FBA6E2;
}
.TagClassName
{
border-color: #FBA6E2;
}
</style>