Shades of Lavender Rose #FDADE5
Tints of Lavender Rose #FDADE5
RGB
CMYK
RGB Variations
Color information
#FDADE5 (or 0xFDADE5) is known color: Lavender Rose. HEX triplet: FD, AD and E5. RGB value is (253,173,229). Sum of RGB (Red+Green+Blue) = 253+173+229=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 173 (67.97% from 255 or 26.41% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADE5 is #02521A. Grayscale: #CBCBCB. Windows color (decimal): -152091 or 15052285. OLE color: 15052285.
HSL color Cylindrical-coordinate representation of color #FDADE5: hue angle of 318º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADE5 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 229 | - |
CMYK | 0 | 0.32 | 0.09 | 0.01 |
HSL | 318º | 0.95% | 0.84% | - |
HSV(B) | 318º | 0.32% | 0.99% | - |
XYZ | 69.59 | 56.43 | 81.35 | - |
YUV | 203.3 | 142.5 | 163.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 229 | 0 | 0.32 | 0.09 | 0.01 | 318 | 0.95 | 0.84 |
Hex | FD | AD | E5 | 0 | 20 | 9 | 1 | 13E | 5F | 54 |
Octal | 375 | 255 | 345 | 0 | 40 | 11 | 1 | 476 | 137 | 124 |
Binary | 11111101 | 10101101 | 11100101 | 0 | 100000 | 1001 | 1 | 100111110 | 1011111 | 1010100 |
Color Harmonies of #FDADE5
Complementary color
Monochromatic Colors of #FDADE5
Black with #FDADE5
Text Example
Text Example
White with #FDADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADE5; }
p { color: rgb(253,173,229); }
H1.HeaderClassName
{
color: #FDADE5;
}
.AnyTagClassName
{
color: #FDADE5;
}
</style>
background-color css
<style>
a { background-color: #FDADE5; }
a { background-color: rgb(253,173,229); }
div.DivClassName
{
background-color: #FDADE5;
}
.BgClassName
{
background-color: #FDADE5;
}
</style>
border-color css
<style>
span { border-color: #FDADE5; }
span { border-color: rgb(253,173,229); }
td.TdClassName
{
border-color: #FDADE5;
}
.TagClassName
{
border-color: #FDADE5;
}
</style>