Shades of Lavender Rose #FBA6F3
Tints of Lavender Rose #FBA6F3
RGB
CMYK
RGB Variations
Color information
#FBA6F3 (or 0xFBA6F3) is known color: Lavender Rose. HEX triplet: FB, A6 and F3. RGB value is (251,166,243). Sum of RGB (Red+Green+Blue) = 251+166+243=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 166 (65.23% from 255 or 25.15% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA6F3 is #04590C. Grayscale: #C7C7C7. Windows color (decimal): -284941 or 15967995. OLE color: 15967995.
HSL color Cylindrical-coordinate representation of color #FBA6F3: hue angle of 305.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 #FBA6F3 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 243 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.02 |
| HSL | 305.65º | 0.91% | 0.82% | - |
| HSV(B) | 305.65º | 0.34% | 0.98% | - |
| XYZ | 69.6 | 54.25 | 91.6 | - |
| YUV | 200.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 243 | 0 | 0.34 | 0.03 | 0.02 | 305.65 | 0.91 | 0.82 |
| Hex | FB | A6 | F3 | 0 | 22 | 3 | 2 | 132 | 5B | 52 |
| Octal | 373 | 246 | 363 | 0 | 42 | 3 | 2 | 462 | 133 | 122 |
| Binary | 11111011 | 10100110 | 11110011 | 0 | 100010 | 11 | 10 | 100110010 | 1011011 | 1010010 |
Color Harmonies of #FBA6F3
Complementary color
Monochromatic Colors of #FBA6F3
Black with #FBA6F3
Text Example
Text Example
White with #FBA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA6F3; }
p { color: rgb(251,166,243); }
H1.HeaderClassName
{
color: #FBA6F3;
}
.AnyTagClassName
{
color: #FBA6F3;
}
</style>
background-color css
<style>
a { background-color: #FBA6F3; }
a { background-color: rgb(251,166,243); }
div.DivClassName
{
background-color: #FBA6F3;
}
.BgClassName
{
background-color: #FBA6F3;
}
</style>
border-color css
<style>
span { border-color: #FBA6F3; }
span { border-color: rgb(251,166,243); }
td.TdClassName
{
border-color: #FBA6F3;
}
.TagClassName
{
border-color: #FBA6F3;
}
</style>