Shades of Lavender Rose #FDA3FF
Tints of Lavender Rose #FDA3FF
RGB
CMYK
RGB Variations
Color information
#FDA3FF (or 0xFDA3FF) is known color: Lavender Rose. HEX triplet: FD, A3 and FF. RGB value is (253,163,255). Sum of RGB (Red+Green+Blue) = 253+163+255=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 163 (64.06% from 255 or 24.29% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA3FF is #025C00. Grayscale: #C8C8C8. Windows color (decimal): -154625 or 16753661. OLE color: 16753661.
HSL color Cylindrical-coordinate representation of color #FDA3FF: hue angle of 298.7º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3FF is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 163 | 255 | - |
| CMYK | 0.01 | 0.36 | 0 | 0 |
| HSL | 298.7º | 1% | 0.82% | - |
| HSV(B) | 298.7º | 0.36% | 1% | - |
| XYZ | 71.66 | 54.3 | 101.31 | - |
| YUV | 200.4 | 158.82 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 255 | 0.01 | 0.36 | 0 | 0 | 298.7 | 1 | 0.82 |
| Hex | FD | A3 | FF | 1 | 24 | 0 | 0 | 12B | 64 | 52 |
| Octal | 375 | 243 | 377 | 1 | 44 | 0 | 0 | 453 | 144 | 122 |
| Binary | 11111101 | 10100011 | 11111111 | 1 | 100100 | 0 | 0 | 100101011 | 1100100 | 1010010 |
Color Harmonies of #FDA3FF
Complementary color
Monochromatic Colors of #FDA3FF
Black with #FDA3FF
Text Example
Text Example
White with #FDA3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3FF; }
p { color: rgb(253,163,255); }
H1.HeaderClassName
{
color: #FDA3FF;
}
.AnyTagClassName
{
color: #FDA3FF;
}
</style>
background-color css
<style>
a { background-color: #FDA3FF; }
a { background-color: rgb(253,163,255); }
div.DivClassName
{
background-color: #FDA3FF;
}
.BgClassName
{
background-color: #FDA3FF;
}
</style>
border-color css
<style>
span { border-color: #FDA3FF; }
span { border-color: rgb(253,163,255); }
td.TdClassName
{
border-color: #FDA3FF;
}
.TagClassName
{
border-color: #FDA3FF;
}
</style>