Shades of Lavender Rose #FDAEE6
Tints of Lavender Rose #FDAEE6
RGB
CMYK
RGB Variations
Color information
#FDAEE6 (or 0xFDAEE6) is known color: Lavender Rose. HEX triplet: FD, AE and E6. RGB value is (253,174,230). Sum of RGB (Red+Green+Blue) = 253+174+230=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEE6 is #025119. Grayscale: #CBCBCB. Windows color (decimal): -151834 or 15118077. OLE color: 15118077.
HSL color Cylindrical-coordinate representation of color #FDAEE6: hue angle of 317.47º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAEE6 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 230 | - |
CMYK | 0 | 0.31 | 0.09 | 0.01 |
HSL | 317.47º | 0.95% | 0.84% | - |
HSV(B) | 317.47º | 0.31% | 0.99% | - |
XYZ | 69.93 | 56.87 | 82.15 | - |
YUV | 204.01 | 142.67 | 162.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 230 | 0 | 0.31 | 0.09 | 0.01 | 317.47 | 0.95 | 0.84 |
Hex | FD | AE | E6 | 0 | 1F | 9 | 1 | 13D | 5F | 54 |
Octal | 375 | 256 | 346 | 0 | 37 | 11 | 1 | 475 | 137 | 124 |
Binary | 11111101 | 10101110 | 11100110 | 0 | 11111 | 1001 | 1 | 100111101 | 1011111 | 1010100 |
Color Harmonies of #FDAEE6
Complementary color
Monochromatic Colors of #FDAEE6
Black with #FDAEE6
Text Example
Text Example
White with #FDAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEE6; }
p { color: rgb(253,174,230); }
H1.HeaderClassName
{
color: #FDAEE6;
}
.AnyTagClassName
{
color: #FDAEE6;
}
</style>
background-color css
<style>
a { background-color: #FDAEE6; }
a { background-color: rgb(253,174,230); }
div.DivClassName
{
background-color: #FDAEE6;
}
.BgClassName
{
background-color: #FDAEE6;
}
</style>
border-color css
<style>
span { border-color: #FDAEE6; }
span { border-color: rgb(253,174,230); }
td.TdClassName
{
border-color: #FDAEE6;
}
.TagClassName
{
border-color: #FDAEE6;
}
</style>