Shades of Lavender Rose #FAADFD
Tints of Lavender Rose #FAADFD
RGB
CMYK
RGB Variations
Color information
#FAADFD (or 0xFAADFD) is known color: Lavender Rose. HEX triplet: FA, AD and FD. RGB value is (250,173,253). Sum of RGB (Red+Green+Blue) = 250+173+253=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 173 (67.97% from 255 or 25.59% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #FAADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAADFD is #055202. Grayscale: #CCCCCC. Windows color (decimal): -348675 or 16625146. OLE color: 16625146.
HSL color Cylindrical-coordinate representation of color #FAADFD: hue angle of 297.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAADFD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 173 | 253 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.01 |
| HSL | 297.75º | 0.95% | 0.84% | - |
| HSV(B) | 297.75º | 0.32% | 0.99% | - |
| XYZ | 72.1 | 57.3 | 100.19 | - |
| YUV | 205.14 | 155.01 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 173 | 253 | 0.01 | 0.32 | 0 | 0.01 | 297.75 | 0.95 | 0.84 |
| Hex | FA | AD | FD | 1 | 20 | 0 | 1 | 12A | 5F | 54 |
| Octal | 372 | 255 | 375 | 1 | 40 | 0 | 1 | 452 | 137 | 124 |
| Binary | 11111010 | 10101101 | 11111101 | 1 | 100000 | 0 | 1 | 100101010 | 1011111 | 1010100 |
Color Harmonies of #FAADFD
Complementary color
Monochromatic Colors of #FAADFD
Black with #FAADFD
Text Example
Text Example
White with #FAADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAADFD; }
p { color: rgb(250,173,253); }
H1.HeaderClassName
{
color: #FAADFD;
}
.AnyTagClassName
{
color: #FAADFD;
}
</style>
background-color css
<style>
a { background-color: #FAADFD; }
a { background-color: rgb(250,173,253); }
div.DivClassName
{
background-color: #FAADFD;
}
.BgClassName
{
background-color: #FAADFD;
}
</style>
border-color css
<style>
span { border-color: #FAADFD; }
span { border-color: rgb(250,173,253); }
td.TdClassName
{
border-color: #FAADFD;
}
.TagClassName
{
border-color: #FAADFD;
}
</style>