Shades of Lavender Rose #FAADF3
Tints of Lavender Rose #FAADF3
RGB
CMYK
RGB Variations
Color information
#FAADF3 (or 0xFAADF3) is known color: Lavender Rose. HEX triplet: FA, AD and F3. RGB value is (250,173,243). Sum of RGB (Red+Green+Blue) = 250+173+243=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 173 (67.97% from 255 or 25.98% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADF3 is #05520C. Grayscale: #CBCBCB. Windows color (decimal): -348685 or 15969786. OLE color: 15969786.
HSL color Cylindrical-coordinate representation of color #FAADF3: hue angle of 305.45º 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 #FAADF3 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 243 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.02 |
| HSL | 305.45º | 0.89% | 0.83% | - |
| HSV(B) | 305.45º | 0.31% | 0.98% | - |
| XYZ | 70.55 | 56.68 | 92.02 | - |
| YUV | 204 | 150.01 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 243 | 0 | 0.31 | 0.03 | 0.02 | 305.45 | 0.89 | 0.83 |
| Hex | FA | AD | F3 | 0 | 1F | 3 | 2 | 131 | 59 | 53 |
| Octal | 372 | 255 | 363 | 0 | 37 | 3 | 2 | 461 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11110011 | 0 | 11111 | 11 | 10 | 100110001 | 1011001 | 1010011 |
Color Harmonies of #FAADF3
Complementary color
Monochromatic Colors of #FAADF3
Black with #FAADF3
Text Example
Text Example
White with #FAADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADF3; }
p { color: rgb(250,173,243); }
H1.HeaderClassName
{
color: #FAADF3;
}
.AnyTagClassName
{
color: #FAADF3;
}
</style>
background-color css
<style>
a { background-color: #FAADF3; }
a { background-color: rgb(250,173,243); }
div.DivClassName
{
background-color: #FAADF3;
}
.BgClassName
{
background-color: #FAADF3;
}
</style>
border-color css
<style>
span { border-color: #FAADF3; }
span { border-color: rgb(250,173,243); }
td.TdClassName
{
border-color: #FAADF3;
}
.TagClassName
{
border-color: #FAADF3;
}
</style>