Shades of Lavender Rose #FBAADC
Tints of Lavender Rose #FBAADC
RGB
CMYK
RGB Variations
Color information
#FBAADC (or 0xFBAADC) is known color: Lavender Rose. HEX triplet: FB, AA and DC. RGB value is (251,170,220). Sum of RGB (Red+Green+Blue) = 251+170+220=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADC is #045523. Grayscale: #C7C7C7. Windows color (decimal): -283940 or 14461691. OLE color: 14461691.
HSL color Cylindrical-coordinate representation of color #FBAADC: hue angle of 322.96º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBAADC is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 220 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.02 |
| HSL | 322.96º | 0.91% | 0.83% | - |
| HSV(B) | 322.96º | 0.32% | 0.98% | - |
| XYZ | 67.08 | 54.43 | 74.68 | - |
| YUV | 199.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 220 | 0 | 0.32 | 0.12 | 0.02 | 322.96 | 0.91 | 0.83 |
| Hex | FB | AA | DC | 0 | 20 | C | 2 | 143 | 5B | 53 |
| Octal | 373 | 252 | 334 | 0 | 40 | 14 | 2 | 503 | 133 | 123 |
| Binary | 11111011 | 10101010 | 11011100 | 0 | 100000 | 1100 | 10 | 101000011 | 1011011 | 1010011 |
Color Harmonies of #FBAADC
Complementary color
Monochromatic Colors of #FBAADC
Black with #FBAADC
Text Example
Text Example
White with #FBAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAADC; }
p { color: rgb(251,170,220); }
H1.HeaderClassName
{
color: #FBAADC;
}
.AnyTagClassName
{
color: #FBAADC;
}
</style>
background-color css
<style>
a { background-color: #FBAADC; }
a { background-color: rgb(251,170,220); }
div.DivClassName
{
background-color: #FBAADC;
}
.BgClassName
{
background-color: #FBAADC;
}
</style>
border-color css
<style>
span { border-color: #FBAADC; }
span { border-color: rgb(251,170,220); }
td.TdClassName
{
border-color: #FBAADC;
}
.TagClassName
{
border-color: #FBAADC;
}
</style>