Shades of Lavender Rose #FFA2F2
Tints of Lavender Rose #FFA2F2
RGB
CMYK
RGB Variations
Color information
#FFA2F2 (or 0xFFA2F2) is known color: Lavender Rose. HEX triplet: FF, A2 and F2. RGB value is (255,162,242). Sum of RGB (Red+Green+Blue) = 255+162+242=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 162 (63.67% from 255 or 24.58% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2F2 is #005D0D. Grayscale: #C6C6C6. Windows color (decimal): -23822 or 15901439. OLE color: 15901439.
HSL color Cylindrical-coordinate representation of color #FFA2F2: hue angle of 308.39º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2F2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 242 | - |
| CMYK | 0 | 0.36 | 0.05 | 0 |
| HSL | 308.39º | 1% | 0.82% | - |
| HSV(B) | 308.39º | 0.36% | 1% | - |
| XYZ | 70.19 | 53.51 | 90.63 | - |
| YUV | 198.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 242 | 0 | 0.36 | 0.05 | 0 | 308.39 | 1 | 0.82 |
| Hex | FF | A2 | F2 | 0 | 24 | 5 | 0 | 134 | 64 | 52 |
| Octal | 377 | 242 | 362 | 0 | 44 | 5 | 0 | 464 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11110010 | 0 | 100100 | 101 | 0 | 100110100 | 1100100 | 1010010 |
Color Harmonies of #FFA2F2
Complementary color
Monochromatic Colors of #FFA2F2
Black with #FFA2F2
Text Example
Text Example
White with #FFA2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2F2; }
p { color: rgb(255,162,242); }
H1.HeaderClassName
{
color: #FFA2F2;
}
.AnyTagClassName
{
color: #FFA2F2;
}
</style>
background-color css
<style>
a { background-color: #FFA2F2; }
a { background-color: rgb(255,162,242); }
div.DivClassName
{
background-color: #FFA2F2;
}
.BgClassName
{
background-color: #FFA2F2;
}
</style>
border-color css
<style>
span { border-color: #FFA2F2; }
span { border-color: rgb(255,162,242); }
td.TdClassName
{
border-color: #FFA2F2;
}
.TagClassName
{
border-color: #FFA2F2;
}
</style>