Shades of Lavender Rose #FFA3F2
Tints of Lavender Rose #FFA3F2
RGB
CMYK
RGB Variations
Color information
#FFA3F2 (or 0xFFA3F2) is known color: Lavender Rose. HEX triplet: FF, A3 and F2. RGB value is (255,163,242). Sum of RGB (Red+Green+Blue) = 255+163+242=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 163 (64.06% from 255 or 24.70% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA3F2 is #005C0D. Grayscale: #C7C7C7. Windows color (decimal): -23566 or 15901695. OLE color: 15901695.
HSL color Cylindrical-coordinate representation of color #FFA3F2: hue angle of 308.48º 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 #FFA3F2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 242 | - |
| CMYK | 0 | 0.36 | 0.05 | 0 |
| HSL | 308.48º | 1% | 0.82% | - |
| HSV(B) | 308.48º | 0.36% | 1% | - |
| XYZ | 70.36 | 53.87 | 90.69 | - |
| YUV | 199.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 242 | 0 | 0.36 | 0.05 | 0 | 308.48 | 1 | 0.82 |
| Hex | FF | A3 | F2 | 0 | 24 | 5 | 0 | 134 | 64 | 52 |
| Octal | 377 | 243 | 362 | 0 | 44 | 5 | 0 | 464 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11110010 | 0 | 100100 | 101 | 0 | 100110100 | 1100100 | 1010010 |
Color Harmonies of #FFA3F2
Complementary color
Monochromatic Colors of #FFA3F2
Black with #FFA3F2
Text Example
Text Example
White with #FFA3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3F2; }
p { color: rgb(255,163,242); }
H1.HeaderClassName
{
color: #FFA3F2;
}
.AnyTagClassName
{
color: #FFA3F2;
}
</style>
background-color css
<style>
a { background-color: #FFA3F2; }
a { background-color: rgb(255,163,242); }
div.DivClassName
{
background-color: #FFA3F2;
}
.BgClassName
{
background-color: #FFA3F2;
}
</style>
border-color css
<style>
span { border-color: #FFA3F2; }
span { border-color: rgb(255,163,242); }
td.TdClassName
{
border-color: #FFA3F2;
}
.TagClassName
{
border-color: #FFA3F2;
}
</style>