Shades of Lavender Rose #FFA5F2
Tints of Lavender Rose #FFA5F2
RGB
CMYK
RGB Variations
Color information
#FFA5F2 (or 0xFFA5F2) is known color: Lavender Rose. HEX triplet: FF, A5 and F2. RGB value is (255,165,242). Sum of RGB (Red+Green+Blue) = 255+165+242=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 165 (64.84% from 255 or 24.92% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5F2 is #005A0D. Grayscale: #C8C8C8. Windows color (decimal): -23054 or 15902207. OLE color: 15902207.
HSL color Cylindrical-coordinate representation of color #FFA5F2: hue angle of 308.67º 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 #FFA5F2 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 242 | - |
| CMYK | 0 | 0.35 | 0.05 | 0 |
| HSL | 308.67º | 1% | 0.82% | - |
| HSV(B) | 308.67º | 0.35% | 1% | - |
| XYZ | 70.72 | 54.58 | 90.81 | - |
| YUV | 200.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 242 | 0 | 0.35 | 0.05 | 0 | 308.67 | 1 | 0.82 |
| Hex | FF | A5 | F2 | 0 | 23 | 5 | 0 | 135 | 64 | 52 |
| Octal | 377 | 245 | 362 | 0 | 43 | 5 | 0 | 465 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11110010 | 0 | 100011 | 101 | 0 | 100110101 | 1100100 | 1010010 |
Color Harmonies of #FFA5F2
Complementary color
Monochromatic Colors of #FFA5F2
Black with #FFA5F2
Text Example
Text Example
White with #FFA5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5F2; }
p { color: rgb(255,165,242); }
H1.HeaderClassName
{
color: #FFA5F2;
}
.AnyTagClassName
{
color: #FFA5F2;
}
</style>
background-color css
<style>
a { background-color: #FFA5F2; }
a { background-color: rgb(255,165,242); }
div.DivClassName
{
background-color: #FFA5F2;
}
.BgClassName
{
background-color: #FFA5F2;
}
</style>
border-color css
<style>
span { border-color: #FFA5F2; }
span { border-color: rgb(255,165,242); }
td.TdClassName
{
border-color: #FFA5F2;
}
.TagClassName
{
border-color: #FFA5F2;
}
</style>