Shades of Lavender Rose #FAACEA
Tints of Lavender Rose #FAACEA
RGB
CMYK
RGB Variations
Color information
#FAACEA (or 0xFAACEA) is known color: Lavender Rose. HEX triplet: FA, AC and EA. RGB value is (250,172,234). Sum of RGB (Red+Green+Blue) = 250+172+234=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACEA is #055315. Grayscale: #CACACA. Windows color (decimal): -348950 or 15379706. OLE color: 15379706.
HSL color Cylindrical-coordinate representation of color #FAACEA: hue angle of 312.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACEA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 234 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.02 |
| HSL | 312.31º | 0.89% | 0.83% | - |
| HSV(B) | 312.31º | 0.31% | 0.98% | - |
| XYZ | 69.03 | 55.77 | 84.97 | - |
| YUV | 202.39 | 145.84 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 234 | 0 | 0.31 | 0.06 | 0.02 | 312.31 | 0.89 | 0.83 |
| Hex | FA | AC | EA | 0 | 1F | 6 | 2 | 138 | 59 | 53 |
| Octal | 372 | 254 | 352 | 0 | 37 | 6 | 2 | 470 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11101010 | 0 | 11111 | 110 | 10 | 100111000 | 1011001 | 1010011 |
Color Harmonies of #FAACEA
Complementary color
Monochromatic Colors of #FAACEA
Black with #FAACEA
Text Example
Text Example
White with #FAACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACEA; }
p { color: rgb(250,172,234); }
H1.HeaderClassName
{
color: #FAACEA;
}
.AnyTagClassName
{
color: #FAACEA;
}
</style>
background-color css
<style>
a { background-color: #FAACEA; }
a { background-color: rgb(250,172,234); }
div.DivClassName
{
background-color: #FAACEA;
}
.BgClassName
{
background-color: #FAACEA;
}
</style>
border-color css
<style>
span { border-color: #FAACEA; }
span { border-color: rgb(250,172,234); }
td.TdClassName
{
border-color: #FAACEA;
}
.TagClassName
{
border-color: #FAACEA;
}
</style>