Shades of Lavender Pink #FBAED0
Tints of Lavender Pink #FBAED0
RGB
CMYK
RGB Variations
Color information
#FBAED0 (or 0xFBAED0) is known color: Lavender Pink. HEX triplet: FB, AE and D0. RGB value is (251,174,208). Sum of RGB (Red+Green+Blue) = 251+174+208=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED0 is #04512F. Grayscale: #C8C8C8. Windows color (decimal): -282928 or 13676283. OLE color: 13676283.
HSL color Cylindrical-coordinate representation of color #FBAED0: hue angle of 333.51º 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 #FBAED0 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 208 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.02 |
| HSL | 333.51º | 0.91% | 0.83% | - |
| HSV(B) | 333.51º | 0.31% | 0.98% | - |
| XYZ | 66.3 | 55.34 | 66.86 | - |
| YUV | 200.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 208 | 0 | 0.31 | 0.17 | 0.02 | 333.51 | 0.91 | 0.83 |
| Hex | FB | AE | D0 | 0 | 1F | 11 | 2 | 14E | 5B | 53 |
| Octal | 373 | 256 | 320 | 0 | 37 | 21 | 2 | 516 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11010000 | 0 | 11111 | 10001 | 10 | 101001110 | 1011011 | 1010011 |
Color Harmonies of #FBAED0
Complementary color
Monochromatic Colors of #FBAED0
Black with #FBAED0
Text Example
Text Example
White with #FBAED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAED0; }
p { color: rgb(251,174,208); }
H1.HeaderClassName
{
color: #FBAED0;
}
.AnyTagClassName
{
color: #FBAED0;
}
</style>
background-color css
<style>
a { background-color: #FBAED0; }
a { background-color: rgb(251,174,208); }
div.DivClassName
{
background-color: #FBAED0;
}
.BgClassName
{
background-color: #FBAED0;
}
</style>
border-color css
<style>
span { border-color: #FBAED0; }
span { border-color: rgb(251,174,208); }
td.TdClassName
{
border-color: #FBAED0;
}
.TagClassName
{
border-color: #FBAED0;
}
</style>