Shades of Lavender Rose #FAACEF
Tints of Lavender Rose #FAACEF
RGB
CMYK
RGB Variations
Color information
#FAACEF (or 0xFAACEF) is known color: Lavender Rose. HEX triplet: FA, AC and EF. RGB value is (250,172,239). Sum of RGB (Red+Green+Blue) = 250+172+239=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 172 (67.58% from 255 or 26.02% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACEF is #055310. Grayscale: #CACACA. Windows color (decimal): -348945 or 15707386. OLE color: 15707386.
HSL color Cylindrical-coordinate representation of color #FAACEF: hue angle of 308.46º 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 #FAACEF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 239 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.02 |
| HSL | 308.46º | 0.89% | 0.83% | - |
| HSV(B) | 308.46º | 0.31% | 0.98% | - |
| XYZ | 69.76 | 56.06 | 88.81 | - |
| YUV | 202.96 | 148.34 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 239 | 0 | 0.31 | 0.04 | 0.02 | 308.46 | 0.89 | 0.83 |
| Hex | FA | AC | EF | 0 | 1F | 4 | 2 | 134 | 59 | 53 |
| Octal | 372 | 254 | 357 | 0 | 37 | 4 | 2 | 464 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11101111 | 0 | 11111 | 100 | 10 | 100110100 | 1011001 | 1010011 |
Color Harmonies of #FAACEF
Complementary color
Monochromatic Colors of #FAACEF
Black with #FAACEF
Text Example
Text Example
White with #FAACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACEF; }
p { color: rgb(250,172,239); }
H1.HeaderClassName
{
color: #FAACEF;
}
.AnyTagClassName
{
color: #FAACEF;
}
</style>
background-color css
<style>
a { background-color: #FAACEF; }
a { background-color: rgb(250,172,239); }
div.DivClassName
{
background-color: #FAACEF;
}
.BgClassName
{
background-color: #FAACEF;
}
</style>
border-color css
<style>
span { border-color: #FAACEF; }
span { border-color: rgb(250,172,239); }
td.TdClassName
{
border-color: #FAACEF;
}
.TagClassName
{
border-color: #FAACEF;
}
</style>