Shades of Lavender Rose #FDA5E6
Tints of Lavender Rose #FDA5E6
RGB
CMYK
RGB Variations
Color information
#FDA5E6 (or 0xFDA5E6) is known color: Lavender Rose. HEX triplet: FD, A5 and E6. RGB value is (253,165,230). Sum of RGB (Red+Green+Blue) = 253+165+230=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 165 (64.84% from 255 or 25.46% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5E6 is #025A19. Grayscale: #C6C6C6. Windows color (decimal): -154138 or 15115773. OLE color: 15115773.
HSL color Cylindrical-coordinate representation of color #FDA5E6: hue angle of 315.68º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5E6 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 230 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.01 |
| HSL | 315.68º | 0.96% | 0.82% | - |
| HSV(B) | 315.68º | 0.35% | 0.99% | - |
| XYZ | 68.25 | 53.51 | 81.59 | - |
| YUV | 198.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 230 | 0 | 0.35 | 0.09 | 0.01 | 315.68 | 0.96 | 0.82 |
| Hex | FD | A5 | E6 | 0 | 23 | 9 | 1 | 13C | 60 | 52 |
| Octal | 375 | 245 | 346 | 0 | 43 | 11 | 1 | 474 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11100110 | 0 | 100011 | 1001 | 1 | 100111100 | 1100000 | 1010010 |
Color Harmonies of #FDA5E6
Complementary color
Monochromatic Colors of #FDA5E6
Black with #FDA5E6
Text Example
Text Example
White with #FDA5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5E6; }
p { color: rgb(253,165,230); }
H1.HeaderClassName
{
color: #FDA5E6;
}
.AnyTagClassName
{
color: #FDA5E6;
}
</style>
background-color css
<style>
a { background-color: #FDA5E6; }
a { background-color: rgb(253,165,230); }
div.DivClassName
{
background-color: #FDA5E6;
}
.BgClassName
{
background-color: #FDA5E6;
}
</style>
border-color css
<style>
span { border-color: #FDA5E6; }
span { border-color: rgb(253,165,230); }
td.TdClassName
{
border-color: #FDA5E6;
}
.TagClassName
{
border-color: #FDA5E6;
}
</style>