Shades of Lavender Rose #FDAEE5
Tints of Lavender Rose #FDAEE5
RGB
CMYK
RGB Variations
Color information
#FDAEE5 (or 0xFDAEE5) is known color: Lavender Rose. HEX triplet: FD, AE and E5. RGB value is (253,174,229). Sum of RGB (Red+Green+Blue) = 253+174+229=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 174 (68.36% from 255 or 26.52% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEE5 is #02511A. Grayscale: #CBCBCB. Windows color (decimal): -151835 or 15052541. OLE color: 15052541.
HSL color Cylindrical-coordinate representation of color #FDAEE5: hue angle of 318.23º 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 #FDAEE5 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 229 | - |
CMYK | 0 | 0.31 | 0.09 | 0.01 |
HSL | 318.23º | 0.95% | 0.84% | - |
HSV(B) | 318.23º | 0.31% | 0.99% | - |
XYZ | 69.79 | 56.81 | 81.42 | - |
YUV | 203.89 | 142.17 | 163.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 229 | 0 | 0.31 | 0.09 | 0.01 | 318.23 | 0.95 | 0.84 |
Hex | FD | AE | E5 | 0 | 1F | 9 | 1 | 13E | 5F | 54 |
Octal | 375 | 256 | 345 | 0 | 37 | 11 | 1 | 476 | 137 | 124 |
Binary | 11111101 | 10101110 | 11100101 | 0 | 11111 | 1001 | 1 | 100111110 | 1011111 | 1010100 |
Color Harmonies of #FDAEE5
Complementary color
Monochromatic Colors of #FDAEE5
Black with #FDAEE5
Text Example
Text Example
White with #FDAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEE5; }
p { color: rgb(253,174,229); }
H1.HeaderClassName
{
color: #FDAEE5;
}
.AnyTagClassName
{
color: #FDAEE5;
}
</style>
background-color css
<style>
a { background-color: #FDAEE5; }
a { background-color: rgb(253,174,229); }
div.DivClassName
{
background-color: #FDAEE5;
}
.BgClassName
{
background-color: #FDAEE5;
}
</style>
border-color css
<style>
span { border-color: #FDAEE5; }
span { border-color: rgb(253,174,229); }
td.TdClassName
{
border-color: #FDAEE5;
}
.TagClassName
{
border-color: #FDAEE5;
}
</style>