Shades of Lavender Rose #FFA5F6
Tints of Lavender Rose #FFA5F6
RGB
CMYK
RGB Variations
Color information
#FFA5F6 (or 0xFFA5F6) is known color: Lavender Rose. HEX triplet: FF, A5 and F6. RGB value is (255,165,246). Sum of RGB (Red+Green+Blue) = 255+165+246=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 165 (64.84% from 255 or 24.77% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5F6 is #005A09. Grayscale: #C8C8C8. Windows color (decimal): -23050 or 16164351. OLE color: 16164351.
HSL color Cylindrical-coordinate representation of color #FFA5F6: hue angle of 306º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5F6 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 246 | - |
| CMYK | 0 | 0.35 | 0.04 | 0 |
| HSL | 306º | 1% | 0.82% | - |
| HSV(B) | 306º | 0.35% | 1% | - |
| XYZ | 71.33 | 54.82 | 94.01 | - |
| YUV | 201.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 246 | 0 | 0.35 | 0.04 | 0 | 306 | 1 | 0.82 |
| Hex | FF | A5 | F6 | 0 | 23 | 4 | 0 | 132 | 64 | 52 |
| Octal | 377 | 245 | 366 | 0 | 43 | 4 | 0 | 462 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11110110 | 0 | 100011 | 100 | 0 | 100110010 | 1100100 | 1010010 |
Color Harmonies of #FFA5F6
Complementary color
Monochromatic Colors of #FFA5F6
Black with #FFA5F6
Text Example
Text Example
White with #FFA5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5F6; }
p { color: rgb(255,165,246); }
H1.HeaderClassName
{
color: #FFA5F6;
}
.AnyTagClassName
{
color: #FFA5F6;
}
</style>
background-color css
<style>
a { background-color: #FFA5F6; }
a { background-color: rgb(255,165,246); }
div.DivClassName
{
background-color: #FFA5F6;
}
.BgClassName
{
background-color: #FFA5F6;
}
</style>
border-color css
<style>
span { border-color: #FFA5F6; }
span { border-color: rgb(255,165,246); }
td.TdClassName
{
border-color: #FFA5F6;
}
.TagClassName
{
border-color: #FFA5F6;
}
</style>