Shades of Lavender Rose #FAACF3
Tints of Lavender Rose #FAACF3
RGB
CMYK
RGB Variations
Color information
#FAACF3 (or 0xFAACF3) is known color: Lavender Rose. HEX triplet: FA, AC and F3. RGB value is (250,172,243). Sum of RGB (Red+Green+Blue) = 250+172+243=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 172 (67.58% from 255 or 25.86% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACF3 is #05530C. Grayscale: #CBCBCB. Windows color (decimal): -348941 or 15969530. OLE color: 15969530.
HSL color Cylindrical-coordinate representation of color #FAACF3: hue angle of 305.38º 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 #FAACF3 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 243 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.02 |
| HSL | 305.38º | 0.89% | 0.83% | - |
| HSV(B) | 305.38º | 0.31% | 0.98% | - |
| XYZ | 70.35 | 56.3 | 91.95 | - |
| YUV | 203.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 243 | 0 | 0.31 | 0.03 | 0.02 | 305.38 | 0.89 | 0.83 |
| Hex | FA | AC | F3 | 0 | 1F | 3 | 2 | 131 | 59 | 53 |
| Octal | 372 | 254 | 363 | 0 | 37 | 3 | 2 | 461 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11110011 | 0 | 11111 | 11 | 10 | 100110001 | 1011001 | 1010011 |
Color Harmonies of #FAACF3
Complementary color
Monochromatic Colors of #FAACF3
Black with #FAACF3
Text Example
Text Example
White with #FAACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACF3; }
p { color: rgb(250,172,243); }
H1.HeaderClassName
{
color: #FAACF3;
}
.AnyTagClassName
{
color: #FAACF3;
}
</style>
background-color css
<style>
a { background-color: #FAACF3; }
a { background-color: rgb(250,172,243); }
div.DivClassName
{
background-color: #FAACF3;
}
.BgClassName
{
background-color: #FAACF3;
}
</style>
border-color css
<style>
span { border-color: #FAACF3; }
span { border-color: rgb(250,172,243); }
td.TdClassName
{
border-color: #FAACF3;
}
.TagClassName
{
border-color: #FAACF3;
}
</style>