Shades of Lavender Rose #FAACEE
Tints of Lavender Rose #FAACEE
RGB
CMYK
RGB Variations
Color information
#FAACEE (or 0xFAACEE) is known color: Lavender Rose. HEX triplet: FA, AC and EE. RGB value is (250,172,238). Sum of RGB (Red+Green+Blue) = 250+172+238=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACEE is #055311. Grayscale: #CACACA. Windows color (decimal): -348946 or 15641850. OLE color: 15641850.
HSL color Cylindrical-coordinate representation of color #FAACEE: hue angle of 309.23º 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 #FAACEE is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 238 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.02 |
| HSL | 309.23º | 0.89% | 0.83% | - |
| HSV(B) | 309.23º | 0.31% | 0.98% | - |
| XYZ | 69.61 | 56 | 88.03 | - |
| YUV | 202.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 238 | 0 | 0.31 | 0.05 | 0.02 | 309.23 | 0.89 | 0.83 |
| Hex | FA | AC | EE | 0 | 1F | 5 | 2 | 135 | 59 | 53 |
| Octal | 372 | 254 | 356 | 0 | 37 | 5 | 2 | 465 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11101110 | 0 | 11111 | 101 | 10 | 100110101 | 1011001 | 1010011 |
Color Harmonies of #FAACEE
Complementary color
Monochromatic Colors of #FAACEE
Black with #FAACEE
Text Example
Text Example
White with #FAACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACEE; }
p { color: rgb(250,172,238); }
H1.HeaderClassName
{
color: #FAACEE;
}
.AnyTagClassName
{
color: #FAACEE;
}
</style>
background-color css
<style>
a { background-color: #FAACEE; }
a { background-color: rgb(250,172,238); }
div.DivClassName
{
background-color: #FAACEE;
}
.BgClassName
{
background-color: #FAACEE;
}
</style>
border-color css
<style>
span { border-color: #FAACEE; }
span { border-color: rgb(250,172,238); }
td.TdClassName
{
border-color: #FAACEE;
}
.TagClassName
{
border-color: #FAACEE;
}
</style>