Shades of Lavender Rose #FFA6FB
Tints of Lavender Rose #FFA6FB
RGB
CMYK
RGB Variations
Color information
#FFA6FB (or 0xFFA6FB) is known color: Lavender Rose. HEX triplet: FF, A6 and FB. RGB value is (255,166,251). Sum of RGB (Red+Green+Blue) = 255+166+251=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 166 (65.23% from 255 or 24.70% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6FB is #005904. Grayscale: #CACACA. Windows color (decimal): -22789 or 16492287. OLE color: 16492287.
HSL color Cylindrical-coordinate representation of color #FFA6FB: hue angle of 302.7º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6FB is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 251 | - |
| CMYK | 0 | 0.35 | 0.02 | 0 |
| HSL | 302.7º | 1% | 0.83% | - |
| HSV(B) | 302.7º | 0.35% | 1% | - |
| XYZ | 72.29 | 55.5 | 98.17 | - |
| YUV | 202.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 251 | 0 | 0.35 | 0.02 | 0 | 302.7 | 1 | 0.83 |
| Hex | FF | A6 | FB | 0 | 23 | 2 | 0 | 12F | 64 | 53 |
| Octal | 377 | 246 | 373 | 0 | 43 | 2 | 0 | 457 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11111011 | 0 | 100011 | 10 | 0 | 100101111 | 1100100 | 1010011 |
Color Harmonies of #FFA6FB
Complementary color
Monochromatic Colors of #FFA6FB
Black with #FFA6FB
Text Example
Text Example
White with #FFA6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6FB; }
p { color: rgb(255,166,251); }
H1.HeaderClassName
{
color: #FFA6FB;
}
.AnyTagClassName
{
color: #FFA6FB;
}
</style>
background-color css
<style>
a { background-color: #FFA6FB; }
a { background-color: rgb(255,166,251); }
div.DivClassName
{
background-color: #FFA6FB;
}
.BgClassName
{
background-color: #FFA6FB;
}
</style>
border-color css
<style>
span { border-color: #FFA6FB; }
span { border-color: rgb(255,166,251); }
td.TdClassName
{
border-color: #FFA6FB;
}
.TagClassName
{
border-color: #FFA6FB;
}
</style>