Shades of Lavender Rose #FBA4DC
Tints of Lavender Rose #FBA4DC
RGB
CMYK
RGB Variations
Color information
#FBA4DC (or 0xFBA4DC) is known color: Lavender Rose. HEX triplet: FB, A4 and DC. RGB value is (251,164,220). Sum of RGB (Red+Green+Blue) = 251+164+220=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4DC is #045B23. Grayscale: #C4C4C4. Windows color (decimal): -285476 or 14460155. OLE color: 14460155.
HSL color Cylindrical-coordinate representation of color #FBA4DC: hue angle of 321.38º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4DC is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 220 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.02 |
| HSL | 321.38º | 0.92% | 0.81% | - |
| HSV(B) | 321.38º | 0.35% | 0.98% | - |
| XYZ | 65.98 | 52.23 | 74.31 | - |
| YUV | 196.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 220 | 0 | 0.35 | 0.12 | 0.02 | 321.38 | 0.92 | 0.81 |
| Hex | FB | A4 | DC | 0 | 23 | C | 2 | 141 | 5C | 51 |
| Octal | 373 | 244 | 334 | 0 | 43 | 14 | 2 | 501 | 134 | 121 |
| Binary | 11111011 | 10100100 | 11011100 | 0 | 100011 | 1100 | 10 | 101000001 | 1011100 | 1010001 |
Color Harmonies of #FBA4DC
Complementary color
Monochromatic Colors of #FBA4DC
Black with #FBA4DC
Text Example
Text Example
White with #FBA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4DC; }
p { color: rgb(251,164,220); }
H1.HeaderClassName
{
color: #FBA4DC;
}
.AnyTagClassName
{
color: #FBA4DC;
}
</style>
background-color css
<style>
a { background-color: #FBA4DC; }
a { background-color: rgb(251,164,220); }
div.DivClassName
{
background-color: #FBA4DC;
}
.BgClassName
{
background-color: #FBA4DC;
}
</style>
border-color css
<style>
span { border-color: #FBA4DC; }
span { border-color: rgb(251,164,220); }
td.TdClassName
{
border-color: #FBA4DC;
}
.TagClassName
{
border-color: #FBA4DC;
}
</style>