Shades of Lavender Rose #FDAEE8
Tints of Lavender Rose #FDAEE8
RGB
CMYK
RGB Variations
Color information
#FDAEE8 (or 0xFDAEE8) is known color: Lavender Rose. HEX triplet: FD, AE and E8. RGB value is (253,174,232). Sum of RGB (Red+Green+Blue) = 253+174+232=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 174 (68.36% from 255 or 26.40% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAEE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEE8 is #025117. Grayscale: #CCCCCC. Windows color (decimal): -151832 or 15249149. OLE color: 15249149.
HSL color Cylindrical-coordinate representation of color #FDAEE8: hue angle of 315.95º 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 #FDAEE8 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 174 | 232 | - |
CMYK | 0 | 0.31 | 0.08 | 0.01 |
HSL | 315.95º | 0.95% | 0.84% | - |
HSV(B) | 315.95º | 0.31% | 0.99% | - |
XYZ | 70.21 | 56.98 | 83.64 | - |
YUV | 204.23 | 143.67 | 162.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 174 | 232 | 0 | 0.31 | 0.08 | 0.01 | 315.95 | 0.95 | 0.84 |
Hex | FD | AE | E8 | 0 | 1F | 8 | 1 | 13C | 5F | 54 |
Octal | 375 | 256 | 350 | 0 | 37 | 10 | 1 | 474 | 137 | 124 |
Binary | 11111101 | 10101110 | 11101000 | 0 | 11111 | 1000 | 1 | 100111100 | 1011111 | 1010100 |
Color Harmonies of #FDAEE8
Complementary color
Monochromatic Colors of #FDAEE8
Black with #FDAEE8
Text Example
Text Example
White with #FDAEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAEE8; }
p { color: rgb(253,174,232); }
H1.HeaderClassName
{
color: #FDAEE8;
}
.AnyTagClassName
{
color: #FDAEE8;
}
</style>
background-color css
<style>
a { background-color: #FDAEE8; }
a { background-color: rgb(253,174,232); }
div.DivClassName
{
background-color: #FDAEE8;
}
.BgClassName
{
background-color: #FDAEE8;
}
</style>
border-color css
<style>
span { border-color: #FDAEE8; }
span { border-color: rgb(253,174,232); }
td.TdClassName
{
border-color: #FDAEE8;
}
.TagClassName
{
border-color: #FDAEE8;
}
</style>