Shades of Lavender Rose #FDA5E3
Tints of Lavender Rose #FDA5E3
RGB
CMYK
RGB Variations
Color information
#FDA5E3 (or 0xFDA5E3) is known color: Lavender Rose. HEX triplet: FD, A5 and E3. RGB value is (253,165,227). Sum of RGB (Red+Green+Blue) = 253+165+227=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 165 (64.84% from 255 or 25.58% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5E3 is #025A1C. Grayscale: #C6C6C6. Windows color (decimal): -154141 or 14919165. OLE color: 14919165.
HSL color Cylindrical-coordinate representation of color #FDA5E3: hue angle of 317.73º 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 #FDA5E3 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 165 | 227 | - |
CMYK | 0 | 0.35 | 0.10 | 0.01 |
HSL | 317.73º | 0.96% | 0.82% | - |
HSV(B) | 317.73º | 0.35% | 0.99% | - |
XYZ | 67.83 | 53.34 | 79.39 | - |
YUV | 198.38 | 144.15 | 166.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 165 | 227 | 0 | 0.35 | 0.10 | 0.01 | 317.73 | 0.96 | 0.82 |
Hex | FD | A5 | E3 | 0 | 23 | A | 1 | 13E | 60 | 52 |
Octal | 375 | 245 | 343 | 0 | 43 | 12 | 1 | 476 | 140 | 122 |
Binary | 11111101 | 10100101 | 11100011 | 0 | 100011 | 1010 | 1 | 100111110 | 1100000 | 1010010 |
Color Harmonies of #FDA5E3
Complementary color
Monochromatic Colors of #FDA5E3
Black with #FDA5E3
Text Example
Text Example
White with #FDA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5E3; }
p { color: rgb(253,165,227); }
H1.HeaderClassName
{
color: #FDA5E3;
}
.AnyTagClassName
{
color: #FDA5E3;
}
</style>
background-color css
<style>
a { background-color: #FDA5E3; }
a { background-color: rgb(253,165,227); }
div.DivClassName
{
background-color: #FDA5E3;
}
.BgClassName
{
background-color: #FDA5E3;
}
</style>
border-color css
<style>
span { border-color: #FDA5E3; }
span { border-color: rgb(253,165,227); }
td.TdClassName
{
border-color: #FDA5E3;
}
.TagClassName
{
border-color: #FDA5E3;
}
</style>