Shades of Lavender Rose #FBADEF
Tints of Lavender Rose #FBADEF
RGB
CMYK
RGB Variations
Color information
#FBADEF (or 0xFBADEF) is known color: Lavender Rose. HEX triplet: FB, AD and EF. RGB value is (251,173,239). Sum of RGB (Red+Green+Blue) = 251+173+239=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBADEF is #045210. Grayscale: #CBCBCB. Windows color (decimal): -283153 or 15707643. OLE color: 15707643.
HSL color Cylindrical-coordinate representation of color #FBADEF: hue angle of 309.23º 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 #FBADEF is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 239 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.02 |
| HSL | 309.23º | 0.91% | 0.83% | - |
| HSV(B) | 309.23º | 0.31% | 0.98% | - |
| XYZ | 70.31 | 56.63 | 88.89 | - |
| YUV | 203.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 239 | 0 | 0.31 | 0.05 | 0.02 | 309.23 | 0.91 | 0.83 |
| Hex | FB | AD | EF | 0 | 1F | 5 | 2 | 135 | 5B | 53 |
| Octal | 373 | 255 | 357 | 0 | 37 | 5 | 2 | 465 | 133 | 123 |
| Binary | 11111011 | 10101101 | 11101111 | 0 | 11111 | 101 | 10 | 100110101 | 1011011 | 1010011 |
Color Harmonies of #FBADEF
Complementary color
Monochromatic Colors of #FBADEF
Black with #FBADEF
Text Example
Text Example
White with #FBADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADEF; }
p { color: rgb(251,173,239); }
H1.HeaderClassName
{
color: #FBADEF;
}
.AnyTagClassName
{
color: #FBADEF;
}
</style>
background-color css
<style>
a { background-color: #FBADEF; }
a { background-color: rgb(251,173,239); }
div.DivClassName
{
background-color: #FBADEF;
}
.BgClassName
{
background-color: #FBADEF;
}
</style>
border-color css
<style>
span { border-color: #FBADEF; }
span { border-color: rgb(251,173,239); }
td.TdClassName
{
border-color: #FBADEF;
}
.TagClassName
{
border-color: #FBADEF;
}
</style>