Shades of Lavender Rose #FAADF0
Tints of Lavender Rose #FAADF0
RGB
CMYK
RGB Variations
Color information
#FAADF0 (or 0xFAADF0) is known color: Lavender Rose. HEX triplet: FA, AD and F0. RGB value is (250,173,240). Sum of RGB (Red+Green+Blue) = 250+173+240=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADF0 is #05520F. Grayscale: #CBCBCB. Windows color (decimal): -348688 or 15773178. OLE color: 15773178.
HSL color Cylindrical-coordinate representation of color #FAADF0: hue angle of 307.79º 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 #FAADF0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 240 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.02 |
| HSL | 307.79º | 0.89% | 0.83% | - |
| HSV(B) | 307.79º | 0.31% | 0.98% | - |
| XYZ | 70.1 | 56.5 | 89.65 | - |
| YUV | 203.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 240 | 0 | 0.31 | 0.04 | 0.02 | 307.79 | 0.89 | 0.83 |
| Hex | FA | AD | F0 | 0 | 1F | 4 | 2 | 134 | 59 | 53 |
| Octal | 372 | 255 | 360 | 0 | 37 | 4 | 2 | 464 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11110000 | 0 | 11111 | 100 | 10 | 100110100 | 1011001 | 1010011 |
Color Harmonies of #FAADF0
Complementary color
Monochromatic Colors of #FAADF0
Black with #FAADF0
Text Example
Text Example
White with #FAADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADF0; }
p { color: rgb(250,173,240); }
H1.HeaderClassName
{
color: #FAADF0;
}
.AnyTagClassName
{
color: #FAADF0;
}
</style>
background-color css
<style>
a { background-color: #FAADF0; }
a { background-color: rgb(250,173,240); }
div.DivClassName
{
background-color: #FAADF0;
}
.BgClassName
{
background-color: #FAADF0;
}
</style>
border-color css
<style>
span { border-color: #FAADF0; }
span { border-color: rgb(250,173,240); }
td.TdClassName
{
border-color: #FAADF0;
}
.TagClassName
{
border-color: #FAADF0;
}
</style>