Shades of Lavender Rose #FDA5FF
Tints of Lavender Rose #FDA5FF
RGB
CMYK
RGB Variations
Color information
#FDA5FF (or 0xFDA5FF) is known color: Lavender Rose. HEX triplet: FD, A5 and FF. RGB value is (253,165,255). Sum of RGB (Red+Green+Blue) = 253+165+255=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 165 (64.84% from 255 or 24.52% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDA5FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5FF is #025A00. Grayscale: #C9C9C9. Windows color (decimal): -154113 or 16754173. OLE color: 16754173.
HSL color Cylindrical-coordinate representation of color #FDA5FF: hue angle of 298.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5FF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 165 | 255 | - |
| CMYK | 0.01 | 0.35 | 0 | 0 |
| HSL | 298.67º | 1% | 0.82% | - |
| HSV(B) | 298.67º | 0.35% | 1% | - |
| XYZ | 72.01 | 55.01 | 101.43 | - |
| YUV | 201.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 255 | 0.01 | 0.35 | 0 | 0 | 298.67 | 1 | 0.82 |
| Hex | FD | A5 | FF | 1 | 23 | 0 | 0 | 12B | 64 | 52 |
| Octal | 375 | 245 | 377 | 1 | 43 | 0 | 0 | 453 | 144 | 122 |
| Binary | 11111101 | 10100101 | 11111111 | 1 | 100011 | 0 | 0 | 100101011 | 1100100 | 1010010 |
Color Harmonies of #FDA5FF
Complementary color
Monochromatic Colors of #FDA5FF
Black with #FDA5FF
Text Example
Text Example
White with #FDA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5FF; }
p { color: rgb(253,165,255); }
H1.HeaderClassName
{
color: #FDA5FF;
}
.AnyTagClassName
{
color: #FDA5FF;
}
</style>
background-color css
<style>
a { background-color: #FDA5FF; }
a { background-color: rgb(253,165,255); }
div.DivClassName
{
background-color: #FDA5FF;
}
.BgClassName
{
background-color: #FDA5FF;
}
</style>
border-color css
<style>
span { border-color: #FDA5FF; }
span { border-color: rgb(253,165,255); }
td.TdClassName
{
border-color: #FDA5FF;
}
.TagClassName
{
border-color: #FDA5FF;
}
</style>