Shades of Lavender Rose #FDADE2
Tints of Lavender Rose #FDADE2
RGB
CMYK
RGB Variations
Color information
#FDADE2 (or 0xFDADE2) is known color: Lavender Rose. HEX triplet: FD, AD and E2. RGB value is (253,173,226). Sum of RGB (Red+Green+Blue) = 253+173+226=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADE2 is #02521D. Grayscale: #CACACA. Windows color (decimal): -152094 or 14855677. OLE color: 14855677.
HSL color Cylindrical-coordinate representation of color #FDADE2: hue angle of 320.25º 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 #FDADE2 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 173 | 226 | - |
CMYK | 0 | 0.32 | 0.11 | 0.01 |
HSL | 320.25º | 0.95% | 0.84% | - |
HSV(B) | 320.25º | 0.32% | 0.99% | - |
XYZ | 69.18 | 56.26 | 79.16 | - |
YUV | 202.96 | 141 | 163.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 173 | 226 | 0 | 0.32 | 0.11 | 0.01 | 320.25 | 0.95 | 0.84 |
Hex | FD | AD | E2 | 0 | 20 | B | 1 | 140 | 5F | 54 |
Octal | 375 | 255 | 342 | 0 | 40 | 13 | 1 | 500 | 137 | 124 |
Binary | 11111101 | 10101101 | 11100010 | 0 | 100000 | 1011 | 1 | 101000000 | 1011111 | 1010100 |
Color Harmonies of #FDADE2
Complementary color
Monochromatic Colors of #FDADE2
Black with #FDADE2
Text Example
Text Example
White with #FDADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDADE2; }
p { color: rgb(253,173,226); }
H1.HeaderClassName
{
color: #FDADE2;
}
.AnyTagClassName
{
color: #FDADE2;
}
</style>
background-color css
<style>
a { background-color: #FDADE2; }
a { background-color: rgb(253,173,226); }
div.DivClassName
{
background-color: #FDADE2;
}
.BgClassName
{
background-color: #FDADE2;
}
</style>
border-color css
<style>
span { border-color: #FDADE2; }
span { border-color: rgb(253,173,226); }
td.TdClassName
{
border-color: #FDADE2;
}
.TagClassName
{
border-color: #FDADE2;
}
</style>