Shades of Lavender Rose #FDADE1
Tints of Lavender Rose #FDADE1
RGB
CMYK
RGB Variations
Color information
#FDADE1 (or 0xFDADE1) is known color: Lavender Rose. HEX triplet: FD, AD and E1. RGB value is (253,173,225). Sum of RGB (Red+Green+Blue) = 253+173+225=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADE1 is #02521E. Grayscale: #CACACA. Windows color (decimal): -152095 or 14790141. OLE color: 14790141.
HSL color Cylindrical-coordinate representation of color #FDADE1: hue angle of 321º 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 #FDADE1 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 225 | - |
CMYK | 0 | 0.32 | 0.11 | 0.01 |
HSL | 321º | 0.95% | 0.84% | - |
HSV(B) | 321º | 0.32% | 0.99% | - |
XYZ | 69.04 | 56.21 | 78.44 | - |
YUV | 202.85 | 140.5 | 163.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 225 | 0 | 0.32 | 0.11 | 0.01 | 321 | 0.95 | 0.84 |
Hex | FD | AD | E1 | 0 | 20 | B | 1 | 141 | 5F | 54 |
Octal | 375 | 255 | 341 | 0 | 40 | 13 | 1 | 501 | 137 | 124 |
Binary | 11111101 | 10101101 | 11100001 | 0 | 100000 | 1011 | 1 | 101000001 | 1011111 | 1010100 |
Color Harmonies of #FDADE1
Complementary color
Monochromatic Colors of #FDADE1
Black with #FDADE1
Text Example
Text Example
White with #FDADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADE1; }
p { color: rgb(253,173,225); }
H1.HeaderClassName
{
color: #FDADE1;
}
.AnyTagClassName
{
color: #FDADE1;
}
</style>
background-color css
<style>
a { background-color: #FDADE1; }
a { background-color: rgb(253,173,225); }
div.DivClassName
{
background-color: #FDADE1;
}
.BgClassName
{
background-color: #FDADE1;
}
</style>
border-color css
<style>
span { border-color: #FDADE1; }
span { border-color: rgb(253,173,225); }
td.TdClassName
{
border-color: #FDADE1;
}
.TagClassName
{
border-color: #FDADE1;
}
</style>