Shades of Lavender Rose #FAA3F8
Tints of Lavender Rose #FAA3F8
RGB
CMYK
RGB Variations
Color information
#FAA3F8 (or 0xFAA3F8) is known color: Lavender Rose. HEX triplet: FA, A3 and F8. RGB value is (250,163,248). Sum of RGB (Red+Green+Blue) = 250+163+248=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 163 (64.06% from 255 or 24.66% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA3F8 is #055C07. Grayscale: #C6C6C6. Windows color (decimal): -351240 or 16294906. OLE color: 16294906.
HSL color Cylindrical-coordinate representation of color #FAA3F8: hue angle of 301.38º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA3F8 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 248 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.02 |
| HSL | 301.38º | 0.9% | 0.81% | - |
| HSV(B) | 301.38º | 0.35% | 0.98% | - |
| XYZ | 69.46 | 53.3 | 95.43 | - |
| YUV | 198.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 248 | 0 | 0.35 | 0.01 | 0.02 | 301.38 | 0.9 | 0.81 |
| Hex | FA | A3 | F8 | 0 | 23 | 1 | 2 | 12D | 5A | 51 |
| Octal | 372 | 243 | 370 | 0 | 43 | 1 | 2 | 455 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11111000 | 0 | 100011 | 1 | 10 | 100101101 | 1011010 | 1010001 |
Color Harmonies of #FAA3F8
Complementary color
Monochromatic Colors of #FAA3F8
Black with #FAA3F8
Text Example
Text Example
White with #FAA3F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3F8; }
p { color: rgb(250,163,248); }
H1.HeaderClassName
{
color: #FAA3F8;
}
.AnyTagClassName
{
color: #FAA3F8;
}
</style>
background-color css
<style>
a { background-color: #FAA3F8; }
a { background-color: rgb(250,163,248); }
div.DivClassName
{
background-color: #FAA3F8;
}
.BgClassName
{
background-color: #FAA3F8;
}
</style>
border-color css
<style>
span { border-color: #FAA3F8; }
span { border-color: rgb(250,163,248); }
td.TdClassName
{
border-color: #FAA3F8;
}
.TagClassName
{
border-color: #FAA3F8;
}
</style>