Shades of Lavender Rose #FDBAEF
Tints of Lavender Rose #FDBAEF
RGB
CMYK
RGB Variations
Color information
#FDBAEF (or 0xFDBAEF) is known color: Lavender Rose. HEX triplet: FD, BA and EF. RGB value is (253,186,239). Sum of RGB (Red+Green+Blue) = 253+186+239=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDBAEF is #024510. Grayscale: #D3D3D3. Windows color (decimal): -148753 or 15710973. OLE color: 15710973.
HSL color Cylindrical-coordinate representation of color #FDBAEF: hue angle of 312.54º 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 #FDBAEF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 239 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.01 |
| HSL | 312.54º | 0.94% | 0.86% | - |
| HSV(B) | 312.54º | 0.26% | 0.99% | - |
| XYZ | 73.65 | 62.23 | 89.79 | - |
| YUV | 212.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 239 | 0 | 0.26 | 0.06 | 0.01 | 312.54 | 0.94 | 0.86 |
| Hex | FD | BA | EF | 0 | 1A | 6 | 1 | 139 | 5E | 56 |
| Octal | 375 | 272 | 357 | 0 | 32 | 6 | 1 | 471 | 136 | 126 |
| Binary | 11111101 | 10111010 | 11101111 | 0 | 11010 | 110 | 1 | 100111001 | 1011110 | 1010110 |
Color Harmonies of #FDBAEF
Complementary color
Monochromatic Colors of #FDBAEF
Black with #FDBAEF
Text Example
Text Example
White with #FDBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBAEF; }
p { color: rgb(253,186,239); }
H1.HeaderClassName
{
color: #FDBAEF;
}
.AnyTagClassName
{
color: #FDBAEF;
}
</style>
background-color css
<style>
a { background-color: #FDBAEF; }
a { background-color: rgb(253,186,239); }
div.DivClassName
{
background-color: #FDBAEF;
}
.BgClassName
{
background-color: #FDBAEF;
}
</style>
border-color css
<style>
span { border-color: #FDBAEF; }
span { border-color: rgb(253,186,239); }
td.TdClassName
{
border-color: #FDBAEF;
}
.TagClassName
{
border-color: #FDBAEF;
}
</style>