Shades of Lavender Rose #FBAEDE
Tints of Lavender Rose #FBAEDE
RGB
CMYK
RGB Variations
Color information
#FBAEDE (or 0xFBAEDE) is known color: Lavender Rose. HEX triplet: FB, AE and DE. RGB value is (251,174,222). Sum of RGB (Red+Green+Blue) = 251+174+222=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 174 (68.36% from 255 or 26.89% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDE is #045121. Grayscale: #CACACA. Windows color (decimal): -282914 or 14593787. OLE color: 14593787.
HSL color Cylindrical-coordinate representation of color #FBAEDE: hue angle of 322.6º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAEDE is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 222 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 322.6º | 0.91% | 0.83% | - |
| HSV(B) | 322.6º | 0.31% | 0.98% | - |
| XYZ | 68.1 | 56.06 | 76.34 | - |
| YUV | 202.5 | 139.01 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 222 | 0 | 0.31 | 0.12 | 0.02 | 322.6 | 0.91 | 0.83 |
| Hex | FB | AE | DE | 0 | 1F | C | 2 | 143 | 5B | 53 |
| Octal | 373 | 256 | 336 | 0 | 37 | 14 | 2 | 503 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11011110 | 0 | 11111 | 1100 | 10 | 101000011 | 1011011 | 1010011 |
Color Harmonies of #FBAEDE
Complementary color
Monochromatic Colors of #FBAEDE
Black with #FBAEDE
Text Example
Text Example
White with #FBAEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEDE; }
p { color: rgb(251,174,222); }
H1.HeaderClassName
{
color: #FBAEDE;
}
.AnyTagClassName
{
color: #FBAEDE;
}
</style>
background-color css
<style>
a { background-color: #FBAEDE; }
a { background-color: rgb(251,174,222); }
div.DivClassName
{
background-color: #FBAEDE;
}
.BgClassName
{
background-color: #FBAEDE;
}
</style>
border-color css
<style>
span { border-color: #FBAEDE; }
span { border-color: rgb(251,174,222); }
td.TdClassName
{
border-color: #FBAEDE;
}
.TagClassName
{
border-color: #FBAEDE;
}
</style>