Shades of Lavender Rose #FDA3F7
Tints of Lavender Rose #FDA3F7
RGB
CMYK
RGB Variations
Color information
#FDA3F7 (or 0xFDA3F7) is known color: Lavender Rose. HEX triplet: FD, A3 and F7. RGB value is (253,163,247). Sum of RGB (Red+Green+Blue) = 253+163+247=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 163 (64.06% from 255 or 24.59% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3F7 is #025C08. Grayscale: #C7C7C7. Windows color (decimal): -154633 or 16229373. OLE color: 16229373.
HSL color Cylindrical-coordinate representation of color #FDA3F7: hue angle of 304º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3F7 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 247 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.01 |
| HSL | 304º | 0.96% | 0.82% | - |
| HSV(B) | 304º | 0.36% | 0.99% | - |
| XYZ | 70.39 | 53.79 | 94.67 | - |
| YUV | 199.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 247 | 0 | 0.36 | 0.02 | 0.01 | 304 | 0.96 | 0.82 |
| Hex | FD | A3 | F7 | 0 | 24 | 2 | 1 | 130 | 60 | 52 |
| Octal | 375 | 243 | 367 | 0 | 44 | 2 | 1 | 460 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11110111 | 0 | 100100 | 10 | 1 | 100110000 | 1100000 | 1010010 |
Color Harmonies of #FDA3F7
Complementary color
Monochromatic Colors of #FDA3F7
Black with #FDA3F7
Text Example
Text Example
White with #FDA3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3F7; }
p { color: rgb(253,163,247); }
H1.HeaderClassName
{
color: #FDA3F7;
}
.AnyTagClassName
{
color: #FDA3F7;
}
</style>
background-color css
<style>
a { background-color: #FDA3F7; }
a { background-color: rgb(253,163,247); }
div.DivClassName
{
background-color: #FDA3F7;
}
.BgClassName
{
background-color: #FDA3F7;
}
</style>
border-color css
<style>
span { border-color: #FDA3F7; }
span { border-color: rgb(253,163,247); }
td.TdClassName
{
border-color: #FDA3F7;
}
.TagClassName
{
border-color: #FDA3F7;
}
</style>