Shades of Lavender Rose #FAACE0
Tints of Lavender Rose #FAACE0
RGB
CMYK
RGB Variations
Color information
#FAACE0 (or 0xFAACE0) is known color: Lavender Rose. HEX triplet: FA, AC and E0. RGB value is (250,172,224). Sum of RGB (Red+Green+Blue) = 250+172+224=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACE0 is #05531F. Grayscale: #C9C9C9. Windows color (decimal): -348960 or 14724346. OLE color: 14724346.
HSL color Cylindrical-coordinate representation of color #FAACE0: hue angle of 320º 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 #FAACE0 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 224 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.02 |
| HSL | 320º | 0.89% | 0.83% | - |
| HSV(B) | 320º | 0.31% | 0.98% | - |
| XYZ | 67.63 | 55.21 | 77.61 | - |
| YUV | 201.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 224 | 0 | 0.31 | 0.10 | 0.02 | 320 | 0.89 | 0.83 |
| Hex | FA | AC | E0 | 0 | 1F | A | 2 | 140 | 59 | 53 |
| Octal | 372 | 254 | 340 | 0 | 37 | 12 | 2 | 500 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11100000 | 0 | 11111 | 1010 | 10 | 101000000 | 1011001 | 1010011 |
Color Harmonies of #FAACE0
Complementary color
Monochromatic Colors of #FAACE0
Black with #FAACE0
Text Example
Text Example
White with #FAACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACE0; }
p { color: rgb(250,172,224); }
H1.HeaderClassName
{
color: #FAACE0;
}
.AnyTagClassName
{
color: #FAACE0;
}
</style>
background-color css
<style>
a { background-color: #FAACE0; }
a { background-color: rgb(250,172,224); }
div.DivClassName
{
background-color: #FAACE0;
}
.BgClassName
{
background-color: #FAACE0;
}
</style>
border-color css
<style>
span { border-color: #FAACE0; }
span { border-color: rgb(250,172,224); }
td.TdClassName
{
border-color: #FAACE0;
}
.TagClassName
{
border-color: #FAACE0;
}
</style>