Shades of Lavender Pink #FBAEDA
Tints of Lavender Pink #FBAEDA
RGB
CMYK
RGB Variations
Color information
#FBAEDA (or 0xFBAEDA) is known color: Lavender Pink. HEX triplet: FB, AE and DA. RGB value is (251,174,218). Sum of RGB (Red+Green+Blue) = 251+174+218=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDA is #045125. Grayscale: #C9C9C9. Windows color (decimal): -282918 or 14331643. OLE color: 14331643.
HSL color Cylindrical-coordinate representation of color #FBAEDA: hue angle of 325.71º 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 #FBAEDA is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 218 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.02 |
| HSL | 325.71º | 0.91% | 0.83% | - |
| HSV(B) | 325.71º | 0.31% | 0.98% | - |
| XYZ | 67.57 | 55.84 | 73.55 | - |
| YUV | 202.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 218 | 0 | 0.31 | 0.13 | 0.02 | 325.71 | 0.91 | 0.83 |
| Hex | FB | AE | DA | 0 | 1F | D | 2 | 146 | 5B | 53 |
| Octal | 373 | 256 | 332 | 0 | 37 | 15 | 2 | 506 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11011010 | 0 | 11111 | 1101 | 10 | 101000110 | 1011011 | 1010011 |
Color Harmonies of #FBAEDA
Complementary color
Monochromatic Colors of #FBAEDA
Black with #FBAEDA
Text Example
Text Example
White with #FBAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEDA; }
p { color: rgb(251,174,218); }
H1.HeaderClassName
{
color: #FBAEDA;
}
.AnyTagClassName
{
color: #FBAEDA;
}
</style>
background-color css
<style>
a { background-color: #FBAEDA; }
a { background-color: rgb(251,174,218); }
div.DivClassName
{
background-color: #FBAEDA;
}
.BgClassName
{
background-color: #FBAEDA;
}
</style>
border-color css
<style>
span { border-color: #FBAEDA; }
span { border-color: rgb(251,174,218); }
td.TdClassName
{
border-color: #FBAEDA;
}
.TagClassName
{
border-color: #FBAEDA;
}
</style>