Shades of Lavender Pink #FBAEDB
Tints of Lavender Pink #FBAEDB
RGB
CMYK
RGB Variations
Color information
#FBAEDB (or 0xFBAEDB) is known color: Lavender Pink. HEX triplet: FB, AE and DB. RGB value is (251,174,219). Sum of RGB (Red+Green+Blue) = 251+174+219=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDB is #045124. Grayscale: #CACACA. Windows color (decimal): -282917 or 14397179. OLE color: 14397179.
HSL color Cylindrical-coordinate representation of color #FBAEDB: hue angle of 324.94º 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 #FBAEDB is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 219 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.02 |
| HSL | 324.94º | 0.91% | 0.83% | - |
| HSV(B) | 324.94º | 0.31% | 0.98% | - |
| XYZ | 67.71 | 55.9 | 74.24 | - |
| YUV | 202.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 219 | 0 | 0.31 | 0.13 | 0.02 | 324.94 | 0.91 | 0.83 |
| Hex | FB | AE | DB | 0 | 1F | D | 2 | 145 | 5B | 53 |
| Octal | 373 | 256 | 333 | 0 | 37 | 15 | 2 | 505 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11011011 | 0 | 11111 | 1101 | 10 | 101000101 | 1011011 | 1010011 |
Color Harmonies of #FBAEDB
Complementary color
Monochromatic Colors of #FBAEDB
Black with #FBAEDB
Text Example
Text Example
White with #FBAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEDB; }
p { color: rgb(251,174,219); }
H1.HeaderClassName
{
color: #FBAEDB;
}
.AnyTagClassName
{
color: #FBAEDB;
}
</style>
background-color css
<style>
a { background-color: #FBAEDB; }
a { background-color: rgb(251,174,219); }
div.DivClassName
{
background-color: #FBAEDB;
}
.BgClassName
{
background-color: #FBAEDB;
}
</style>
border-color css
<style>
span { border-color: #FBAEDB; }
span { border-color: rgb(251,174,219); }
td.TdClassName
{
border-color: #FBAEDB;
}
.TagClassName
{
border-color: #FBAEDB;
}
</style>