Shades of Lavender Rose #FDA9E5
Tints of Lavender Rose #FDA9E5
RGB
CMYK
RGB Variations
Color information
#FDA9E5 (or 0xFDA9E5) is known color: Lavender Rose. HEX triplet: FD, A9 and E5. RGB value is (253,169,229). Sum of RGB (Red+Green+Blue) = 253+169+229=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 169 (66.41% from 255 or 25.96% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9E5 is #02561A. Grayscale: #C8C8C8. Windows color (decimal): -153115 or 15051261. OLE color: 15051261.
HSL color Cylindrical-coordinate representation of color #FDA9E5: hue angle of 317.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9E5 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 229 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.01 |
| HSL | 317.14º | 0.95% | 0.83% | - |
| HSV(B) | 317.14º | 0.33% | 0.99% | - |
| XYZ | 68.84 | 54.92 | 81.1 | - |
| YUV | 200.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 229 | 0 | 0.33 | 0.09 | 0.01 | 317.14 | 0.95 | 0.83 |
| Hex | FD | A9 | E5 | 0 | 21 | 9 | 1 | 13D | 5F | 53 |
| Octal | 375 | 251 | 345 | 0 | 41 | 11 | 1 | 475 | 137 | 123 |
| Binary | 11111101 | 10101001 | 11100101 | 0 | 100001 | 1001 | 1 | 100111101 | 1011111 | 1010011 |
Color Harmonies of #FDA9E5
Complementary color
Monochromatic Colors of #FDA9E5
Black with #FDA9E5
Text Example
Text Example
White with #FDA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9E5; }
p { color: rgb(253,169,229); }
H1.HeaderClassName
{
color: #FDA9E5;
}
.AnyTagClassName
{
color: #FDA9E5;
}
</style>
background-color css
<style>
a { background-color: #FDA9E5; }
a { background-color: rgb(253,169,229); }
div.DivClassName
{
background-color: #FDA9E5;
}
.BgClassName
{
background-color: #FDA9E5;
}
</style>
border-color css
<style>
span { border-color: #FDA9E5; }
span { border-color: rgb(253,169,229); }
td.TdClassName
{
border-color: #FDA9E5;
}
.TagClassName
{
border-color: #FDA9E5;
}
</style>