Shades of Lavender Rose #FAADF5
Tints of Lavender Rose #FAADF5
RGB
CMYK
RGB Variations
Color information
#FAADF5 (or 0xFAADF5) is known color: Lavender Rose. HEX triplet: FA, AD and F5. RGB value is (250,173,245). Sum of RGB (Red+Green+Blue) = 250+173+245=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 173 (67.97% from 255 or 25.90% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADF5 is #05520A. Grayscale: #CCCCCC. Windows color (decimal): -348683 or 16100858. OLE color: 16100858.
HSL color Cylindrical-coordinate representation of color #FAADF5: hue angle of 303.9º 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 #FAADF5 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 173 | 245 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.02 |
| HSL | 303.9º | 0.89% | 0.83% | - |
| HSV(B) | 303.9º | 0.31% | 0.98% | - |
| XYZ | 70.85 | 56.8 | 93.62 | - |
| YUV | 204.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 245 | 0 | 0.31 | 0.02 | 0.02 | 303.9 | 0.89 | 0.83 |
| Hex | FA | AD | F5 | 0 | 1F | 2 | 2 | 130 | 59 | 53 |
| Octal | 372 | 255 | 365 | 0 | 37 | 2 | 2 | 460 | 131 | 123 |
| Binary | 11111010 | 10101101 | 11110101 | 0 | 11111 | 10 | 10 | 100110000 | 1011001 | 1010011 |
Color Harmonies of #FAADF5
Complementary color
Monochromatic Colors of #FAADF5
Black with #FAADF5
Text Example
Text Example
White with #FAADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADF5; }
p { color: rgb(250,173,245); }
H1.HeaderClassName
{
color: #FAADF5;
}
.AnyTagClassName
{
color: #FAADF5;
}
</style>
background-color css
<style>
a { background-color: #FAADF5; }
a { background-color: rgb(250,173,245); }
div.DivClassName
{
background-color: #FAADF5;
}
.BgClassName
{
background-color: #FAADF5;
}
</style>
border-color css
<style>
span { border-color: #FAADF5; }
span { border-color: rgb(250,173,245); }
td.TdClassName
{
border-color: #FAADF5;
}
.TagClassName
{
border-color: #FAADF5;
}
</style>