Shades of Lavender Rose #FFA6F2
Tints of Lavender Rose #FFA6F2
RGB
CMYK
RGB Variations
Color information
#FFA6F2 (or 0xFFA6F2) is known color: Lavender Rose. HEX triplet: FF, A6 and F2. RGB value is (255,166,242). Sum of RGB (Red+Green+Blue) = 255+166+242=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 166 (65.23% from 255 or 25.04% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6F2 is #00590D. Grayscale: #C9C9C9. Windows color (decimal): -22798 or 15902463. OLE color: 15902463.
HSL color Cylindrical-coordinate representation of color #FFA6F2: hue angle of 308.76º 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 #FFA6F2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 242 | - |
| CMYK | 0 | 0.35 | 0.05 | 0 |
| HSL | 308.76º | 1% | 0.83% | - |
| HSV(B) | 308.76º | 0.35% | 1% | - |
| XYZ | 70.9 | 54.94 | 90.87 | - |
| YUV | 201.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 242 | 0 | 0.35 | 0.05 | 0 | 308.76 | 1 | 0.83 |
| Hex | FF | A6 | F2 | 0 | 23 | 5 | 0 | 135 | 64 | 53 |
| Octal | 377 | 246 | 362 | 0 | 43 | 5 | 0 | 465 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11110010 | 0 | 100011 | 101 | 0 | 100110101 | 1100100 | 1010011 |
Color Harmonies of #FFA6F2
Complementary color
Monochromatic Colors of #FFA6F2
Black with #FFA6F2
Text Example
Text Example
White with #FFA6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6F2; }
p { color: rgb(255,166,242); }
H1.HeaderClassName
{
color: #FFA6F2;
}
.AnyTagClassName
{
color: #FFA6F2;
}
</style>
background-color css
<style>
a { background-color: #FFA6F2; }
a { background-color: rgb(255,166,242); }
div.DivClassName
{
background-color: #FFA6F2;
}
.BgClassName
{
background-color: #FFA6F2;
}
</style>
border-color css
<style>
span { border-color: #FFA6F2; }
span { border-color: rgb(255,166,242); }
td.TdClassName
{
border-color: #FFA6F2;
}
.TagClassName
{
border-color: #FFA6F2;
}
</style>