Shades of Lavender Rose #FDA5ED
Tints of Lavender Rose #FDA5ED
RGB
CMYK
RGB Variations
Color information
#FDA5ED (or 0xFDA5ED) is known color: Lavender Rose. HEX triplet: FD, A5 and ED. RGB value is (253,165,237). Sum of RGB (Red+Green+Blue) = 253+165+237=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA5ED is #025A12. Grayscale: #C7C7C7. Windows color (decimal): -154131 or 15574525. OLE color: 15574525.
HSL color Cylindrical-coordinate representation of color #FDA5ED: hue angle of 310.91º 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 #FDA5ED is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 165 | 237 | - |
CMYK | 0 | 0.35 | 0.06 | 0.01 |
HSL | 310.91º | 0.96% | 0.82% | - |
HSV(B) | 310.91º | 0.35% | 0.99% | - |
XYZ | 69.25 | 53.91 | 86.88 | - |
YUV | 199.52 | 149.15 | 166.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 165 | 237 | 0 | 0.35 | 0.06 | 0.01 | 310.91 | 0.96 | 0.82 |
Hex | FD | A5 | ED | 0 | 23 | 6 | 1 | 137 | 60 | 52 |
Octal | 375 | 245 | 355 | 0 | 43 | 6 | 1 | 467 | 140 | 122 |
Binary | 11111101 | 10100101 | 11101101 | 0 | 100011 | 110 | 1 | 100110111 | 1100000 | 1010010 |
Color Harmonies of #FDA5ED
Complementary color
Monochromatic Colors of #FDA5ED
Black with #FDA5ED
Text Example
Text Example
White with #FDA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5ED; }
p { color: rgb(253,165,237); }
H1.HeaderClassName
{
color: #FDA5ED;
}
.AnyTagClassName
{
color: #FDA5ED;
}
</style>
background-color css
<style>
a { background-color: #FDA5ED; }
a { background-color: rgb(253,165,237); }
div.DivClassName
{
background-color: #FDA5ED;
}
.BgClassName
{
background-color: #FDA5ED;
}
</style>
border-color css
<style>
span { border-color: #FDA5ED; }
span { border-color: rgb(253,165,237); }
td.TdClassName
{
border-color: #FDA5ED;
}
.TagClassName
{
border-color: #FDA5ED;
}
</style>