Shades of Lavender Rose #FDAEE0
Tints of Lavender Rose #FDAEE0
RGB
CMYK
RGB Variations
Color information
#FDAEE0 (or 0xFDAEE0) is known color: Lavender Rose. HEX triplet: FD, AE and E0. RGB value is (253,174,224). Sum of RGB (Red+Green+Blue) = 253+174+224=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 174 (68.36% from 255 or 26.73% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAEE0 is #02511F. Grayscale: #CBCBCB. Windows color (decimal): -151840 or 14724861. OLE color: 14724861.
HSL color Cylindrical-coordinate representation of color #FDAEE0: hue angle of 322.03º 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 #FDAEE0 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 224 | - |
CMYK | 0 | 0.31 | 0.11 | 0.01 |
HSL | 322.03º | 0.95% | 0.84% | - |
HSV(B) | 322.03º | 0.31% | 0.99% | - |
XYZ | 69.1 | 56.54 | 77.79 | - |
YUV | 203.32 | 139.67 | 163.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 224 | 0 | 0.31 | 0.11 | 0.01 | 322.03 | 0.95 | 0.84 |
Hex | FD | AE | E0 | 0 | 1F | B | 1 | 142 | 5F | 54 |
Octal | 375 | 256 | 340 | 0 | 37 | 13 | 1 | 502 | 137 | 124 |
Binary | 11111101 | 10101110 | 11100000 | 0 | 11111 | 1011 | 1 | 101000010 | 1011111 | 1010100 |
Color Harmonies of #FDAEE0
Complementary color
Monochromatic Colors of #FDAEE0
Black with #FDAEE0
Text Example
Text Example
White with #FDAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEE0; }
p { color: rgb(253,174,224); }
H1.HeaderClassName
{
color: #FDAEE0;
}
.AnyTagClassName
{
color: #FDAEE0;
}
</style>
background-color css
<style>
a { background-color: #FDAEE0; }
a { background-color: rgb(253,174,224); }
div.DivClassName
{
background-color: #FDAEE0;
}
.BgClassName
{
background-color: #FDAEE0;
}
</style>
border-color css
<style>
span { border-color: #FDAEE0; }
span { border-color: rgb(253,174,224); }
td.TdClassName
{
border-color: #FDAEE0;
}
.TagClassName
{
border-color: #FDAEE0;
}
</style>