Shades of Lavender Rose #FDAAEB
Tints of Lavender Rose #FDAAEB
RGB
CMYK
RGB Variations
Color information
#FDAAEB (or 0xFDAAEB) is known color: Lavender Rose. HEX triplet: FD, AA and EB. RGB value is (253,170,235). Sum of RGB (Red+Green+Blue) = 253+170+235=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 170 (66.80% from 255 or 25.84% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAEB is #025514. Grayscale: #CACACA. Windows color (decimal): -152853 or 15444733. OLE color: 15444733.
HSL color Cylindrical-coordinate representation of color #FDAAEB: hue angle of 313.01º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAAEB is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 235 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.01 |
| HSL | 313.01º | 0.95% | 0.83% | - |
| HSV(B) | 313.01º | 0.33% | 0.99% | - |
| XYZ | 69.88 | 55.63 | 85.65 | - |
| YUV | 202.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 235 | 0 | 0.33 | 0.07 | 0.01 | 313.01 | 0.95 | 0.83 |
| Hex | FD | AA | EB | 0 | 21 | 7 | 1 | 139 | 5F | 53 |
| Octal | 375 | 252 | 353 | 0 | 41 | 7 | 1 | 471 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11101011 | 0 | 100001 | 111 | 1 | 100111001 | 1011111 | 1010011 |
Color Harmonies of #FDAAEB
Complementary color
Monochromatic Colors of #FDAAEB
Black with #FDAAEB
Text Example
Text Example
White with #FDAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAAEB; }
p { color: rgb(253,170,235); }
H1.HeaderClassName
{
color: #FDAAEB;
}
.AnyTagClassName
{
color: #FDAAEB;
}
</style>
background-color css
<style>
a { background-color: #FDAAEB; }
a { background-color: rgb(253,170,235); }
div.DivClassName
{
background-color: #FDAAEB;
}
.BgClassName
{
background-color: #FDAAEB;
}
</style>
border-color css
<style>
span { border-color: #FDAAEB; }
span { border-color: rgb(253,170,235); }
td.TdClassName
{
border-color: #FDAAEB;
}
.TagClassName
{
border-color: #FDAAEB;
}
</style>