Shades of Lavender Pink #FBAEDD
Tints of Lavender Pink #FBAEDD
RGB
CMYK
RGB Variations
Color information
#FBAEDD (or 0xFBAEDD) is known color: Lavender Pink. HEX triplet: FB, AE and DD. RGB value is (251,174,221). Sum of RGB (Red+Green+Blue) = 251+174+221=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAEDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAEDD is #045122. Grayscale: #CACACA. Windows color (decimal): -282915 or 14528251. OLE color: 14528251.
HSL color Cylindrical-coordinate representation of color #FBAEDD: hue angle of 323.38º 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 #FBAEDD is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 174 | 221 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 323.38º | 0.91% | 0.83% | - |
| HSV(B) | 323.38º | 0.31% | 0.98% | - |
| XYZ | 67.97 | 56 | 75.63 | - |
| YUV | 202.38 | 138.51 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 174 | 221 | 0 | 0.31 | 0.12 | 0.02 | 323.38 | 0.91 | 0.83 |
| Hex | FB | AE | DD | 0 | 1F | C | 2 | 143 | 5B | 53 |
| Octal | 373 | 256 | 335 | 0 | 37 | 14 | 2 | 503 | 133 | 123 |
| Binary | 11111011 | 10101110 | 11011101 | 0 | 11111 | 1100 | 10 | 101000011 | 1011011 | 1010011 |
Color Harmonies of #FBAEDD
Complementary color
Monochromatic Colors of #FBAEDD
Black with #FBAEDD
Text Example
Text Example
White with #FBAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAEDD; }
p { color: rgb(251,174,221); }
H1.HeaderClassName
{
color: #FBAEDD;
}
.AnyTagClassName
{
color: #FBAEDD;
}
</style>
background-color css
<style>
a { background-color: #FBAEDD; }
a { background-color: rgb(251,174,221); }
div.DivClassName
{
background-color: #FBAEDD;
}
.BgClassName
{
background-color: #FBAEDD;
}
</style>
border-color css
<style>
span { border-color: #FBAEDD; }
span { border-color: rgb(251,174,221); }
td.TdClassName
{
border-color: #FBAEDD;
}
.TagClassName
{
border-color: #FBAEDD;
}
</style>