Shades of Lavender Rose #FAA3E8
Tints of Lavender Rose #FAA3E8
RGB
CMYK
RGB Variations
Color information
#FAA3E8 (or 0xFAA3E8) is known color: Lavender Rose. HEX triplet: FA, A3 and E8. RGB value is (250,163,232). Sum of RGB (Red+Green+Blue) = 250+163+232=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA3E8 is #055C17. Grayscale: #C4C4C4. Windows color (decimal): -351256 or 15246330. OLE color: 15246330.
HSL color Cylindrical-coordinate representation of color #FAA3E8: hue angle of 312.41º 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 #FAA3E8 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 232 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.02 |
| HSL | 312.41º | 0.9% | 0.81% | - |
| HSV(B) | 312.41º | 0.35% | 0.98% | - |
| XYZ | 67.09 | 52.34 | 82.91 | - |
| YUV | 196.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 232 | 0 | 0.35 | 0.07 | 0.02 | 312.41 | 0.9 | 0.81 |
| Hex | FA | A3 | E8 | 0 | 23 | 7 | 2 | 138 | 5A | 51 |
| Octal | 372 | 243 | 350 | 0 | 43 | 7 | 2 | 470 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11101000 | 0 | 100011 | 111 | 10 | 100111000 | 1011010 | 1010001 |
Color Harmonies of #FAA3E8
Complementary color
Monochromatic Colors of #FAA3E8
Black with #FAA3E8
Text Example
Text Example
White with #FAA3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3E8; }
p { color: rgb(250,163,232); }
H1.HeaderClassName
{
color: #FAA3E8;
}
.AnyTagClassName
{
color: #FAA3E8;
}
</style>
background-color css
<style>
a { background-color: #FAA3E8; }
a { background-color: rgb(250,163,232); }
div.DivClassName
{
background-color: #FAA3E8;
}
.BgClassName
{
background-color: #FAA3E8;
}
</style>
border-color css
<style>
span { border-color: #FAA3E8; }
span { border-color: rgb(250,163,232); }
td.TdClassName
{
border-color: #FAA3E8;
}
.TagClassName
{
border-color: #FAA3E8;
}
</style>