Shades of Lavender Rose #FBA9DC
Tints of Lavender Rose #FBA9DC
RGB
CMYK
RGB Variations
Color information
#FBA9DC (or 0xFBA9DC) is known color: Lavender Rose. HEX triplet: FB, A9 and DC. RGB value is (251,169,220). Sum of RGB (Red+Green+Blue) = 251+169+220=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9DC is #045623. Grayscale: #C7C7C7. Windows color (decimal): -284196 or 14461435. OLE color: 14461435.
HSL color Cylindrical-coordinate representation of color #FBA9DC: hue angle of 322.68º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9DC is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 220 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.02 |
| HSL | 322.68º | 0.91% | 0.82% | - |
| HSV(B) | 322.68º | 0.33% | 0.98% | - |
| XYZ | 66.89 | 54.05 | 74.62 | - |
| YUV | 199.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 220 | 0 | 0.33 | 0.12 | 0.02 | 322.68 | 0.91 | 0.82 |
| Hex | FB | A9 | DC | 0 | 21 | C | 2 | 143 | 5B | 52 |
| Octal | 373 | 251 | 334 | 0 | 41 | 14 | 2 | 503 | 133 | 122 |
| Binary | 11111011 | 10101001 | 11011100 | 0 | 100001 | 1100 | 10 | 101000011 | 1011011 | 1010010 |
Color Harmonies of #FBA9DC
Complementary color
Monochromatic Colors of #FBA9DC
Black with #FBA9DC
Text Example
Text Example
White with #FBA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9DC; }
p { color: rgb(251,169,220); }
H1.HeaderClassName
{
color: #FBA9DC;
}
.AnyTagClassName
{
color: #FBA9DC;
}
</style>
background-color css
<style>
a { background-color: #FBA9DC; }
a { background-color: rgb(251,169,220); }
div.DivClassName
{
background-color: #FBA9DC;
}
.BgClassName
{
background-color: #FBA9DC;
}
</style>
border-color css
<style>
span { border-color: #FBA9DC; }
span { border-color: rgb(251,169,220); }
td.TdClassName
{
border-color: #FBA9DC;
}
.TagClassName
{
border-color: #FBA9DC;
}
</style>