Shades of Lavender Pink #FBAED1
Tints of Lavender Pink #FBAED1
RGB
CMYK
RGB Variations
Color information
#FBAED1 (or 0xFBAED1) is known color: Lavender Pink. HEX triplet: FB, AE and D1. RGB value is (251,174,209). Sum of RGB (Red+Green+Blue) = 251+174+209=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAED1 is #04512E. Grayscale: #C8C8C8. Windows color (decimal): -282927 or 13741819. OLE color: 13741819.
HSL color Cylindrical-coordinate representation of color #FBAED1: hue angle of 332.73º 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 #FBAED1 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 209 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.02 |
| HSL | 332.73º | 0.91% | 0.83% | - |
| HSV(B) | 332.73º | 0.31% | 0.98% | - |
| XYZ | 66.43 | 55.38 | 67.51 | - |
| YUV | 201.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 209 | 0 | 0.31 | 0.17 | 0.02 | 332.73 | 0.91 | 0.83 |
| Hex | FB | AE | D1 | 0 | 1F | 11 | 2 | 14D | 5B | 53 |
| Octal | 373 | 256 | 321 | 0 | 37 | 21 | 2 | 515 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11010001 | 0 | 11111 | 10001 | 10 | 101001101 | 1011011 | 1010011 |
Color Harmonies of #FBAED1
Complementary color
Monochromatic Colors of #FBAED1
Black with #FBAED1
Text Example
Text Example
White with #FBAED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAED1; }
p { color: rgb(251,174,209); }
H1.HeaderClassName
{
color: #FBAED1;
}
.AnyTagClassName
{
color: #FBAED1;
}
</style>
background-color css
<style>
a { background-color: #FBAED1; }
a { background-color: rgb(251,174,209); }
div.DivClassName
{
background-color: #FBAED1;
}
.BgClassName
{
background-color: #FBAED1;
}
</style>
border-color css
<style>
span { border-color: #FBAED1; }
span { border-color: rgb(251,174,209); }
td.TdClassName
{
border-color: #FBAED1;
}
.TagClassName
{
border-color: #FBAED1;
}
</style>