Shades of Lavender Rose #FDBAED
Tints of Lavender Rose #FDBAED
RGB
CMYK
RGB Variations
Color information
#FDBAED (or 0xFDBAED) is known color: Lavender Rose. HEX triplet: FD, BA and ED. RGB value is (253,186,237). Sum of RGB (Red+Green+Blue) = 253+186+237=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 186 (73.05% from 255 or 27.51% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAED is #024512. Grayscale: #D3D3D3. Windows color (decimal): -148755 or 15579901. OLE color: 15579901.
HSL color Cylindrical-coordinate representation of color #FDBAED: hue angle of 314.33º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBAED is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 237 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.01 |
| HSL | 314.33º | 0.94% | 0.86% | - |
| HSV(B) | 314.33º | 0.26% | 0.99% | - |
| XYZ | 73.35 | 62.11 | 88.24 | - |
| YUV | 211.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 237 | 0 | 0.26 | 0.06 | 0.01 | 314.33 | 0.94 | 0.86 |
| Hex | FD | BA | ED | 0 | 1A | 6 | 1 | 13A | 5E | 56 |
| Octal | 375 | 272 | 355 | 0 | 32 | 6 | 1 | 472 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11101101 | 0 | 11010 | 110 | 1 | 100111010 | 1011110 | 1010110 |
Color Harmonies of #FDBAED
Complementary color
Monochromatic Colors of #FDBAED
Black with #FDBAED
Text Example
Text Example
White with #FDBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAED; }
p { color: rgb(253,186,237); }
H1.HeaderClassName
{
color: #FDBAED;
}
.AnyTagClassName
{
color: #FDBAED;
}
</style>
background-color css
<style>
a { background-color: #FDBAED; }
a { background-color: rgb(253,186,237); }
div.DivClassName
{
background-color: #FDBAED;
}
.BgClassName
{
background-color: #FDBAED;
}
</style>
border-color css
<style>
span { border-color: #FDBAED; }
span { border-color: rgb(253,186,237); }
td.TdClassName
{
border-color: #FDBAED;
}
.TagClassName
{
border-color: #FDBAED;
}
</style>