Shades of Lavender Rose #FDA3E5
Tints of Lavender Rose #FDA3E5
RGB
CMYK
RGB Variations
Color information
#FDA3E5 (or 0xFDA3E5) is known color: Lavender Rose. HEX triplet: FD, A3 and E5. RGB value is (253,163,229). Sum of RGB (Red+Green+Blue) = 253+163+229=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3E5 is #025C1A. Grayscale: #C5C5C5. Windows color (decimal): -154651 or 15049725. OLE color: 15049725.
HSL color Cylindrical-coordinate representation of color #FDA3E5: hue angle of 316º 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 #FDA3E5 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 163 | 229 | - |
CMYK | 0 | 0.36 | 0.09 | 0.01 |
HSL | 316º | 0.96% | 0.82% | - |
HSV(B) | 316º | 0.36% | 0.99% | - |
XYZ | 67.75 | 52.73 | 80.74 | - |
YUV | 197.43 | 145.82 | 167.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 163 | 229 | 0 | 0.36 | 0.09 | 0.01 | 316 | 0.96 | 0.82 |
Hex | FD | A3 | E5 | 0 | 24 | 9 | 1 | 13C | 60 | 52 |
Octal | 375 | 243 | 345 | 0 | 44 | 11 | 1 | 474 | 140 | 122 |
Binary | 11111101 | 10100011 | 11100101 | 0 | 100100 | 1001 | 1 | 100111100 | 1100000 | 1010010 |
Color Harmonies of #FDA3E5
Complementary color
Monochromatic Colors of #FDA3E5
Black with #FDA3E5
Text Example
Text Example
White with #FDA3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3E5; }
p { color: rgb(253,163,229); }
H1.HeaderClassName
{
color: #FDA3E5;
}
.AnyTagClassName
{
color: #FDA3E5;
}
</style>
background-color css
<style>
a { background-color: #FDA3E5; }
a { background-color: rgb(253,163,229); }
div.DivClassName
{
background-color: #FDA3E5;
}
.BgClassName
{
background-color: #FDA3E5;
}
</style>
border-color css
<style>
span { border-color: #FDA3E5; }
span { border-color: rgb(253,163,229); }
td.TdClassName
{
border-color: #FDA3E5;
}
.TagClassName
{
border-color: #FDA3E5;
}
</style>