Shades of Lavender Rose #FBA4E3
Tints of Lavender Rose #FBA4E3
RGB
CMYK
RGB Variations
Color information
#FBA4E3 (or 0xFBA4E3) is known color: Lavender Rose. HEX triplet: FB, A4 and E3. RGB value is (251,164,227). Sum of RGB (Red+Green+Blue) = 251+164+227=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4E3 is #045B1C. Grayscale: #C5C5C5. Windows color (decimal): -285469 or 14918907. OLE color: 14918907.
HSL color Cylindrical-coordinate representation of color #FBA4E3: hue angle of 316.55º 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 #FBA4E3 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 227 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.02 |
| HSL | 316.55º | 0.92% | 0.81% | - |
| HSV(B) | 316.55º | 0.35% | 0.98% | - |
| XYZ | 66.92 | 52.61 | 79.3 | - |
| YUV | 197.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 227 | 0 | 0.35 | 0.10 | 0.02 | 316.55 | 0.92 | 0.81 |
| Hex | FB | A4 | E3 | 0 | 23 | A | 2 | 13D | 5C | 51 |
| Octal | 373 | 244 | 343 | 0 | 43 | 12 | 2 | 475 | 134 | 121 |
| Binary | 11111011 | 10100100 | 11100011 | 0 | 100011 | 1010 | 10 | 100111101 | 1011100 | 1010001 |
Color Harmonies of #FBA4E3
Complementary color
Monochromatic Colors of #FBA4E3
Black with #FBA4E3
Text Example
Text Example
White with #FBA4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4E3; }
p { color: rgb(251,164,227); }
H1.HeaderClassName
{
color: #FBA4E3;
}
.AnyTagClassName
{
color: #FBA4E3;
}
</style>
background-color css
<style>
a { background-color: #FBA4E3; }
a { background-color: rgb(251,164,227); }
div.DivClassName
{
background-color: #FBA4E3;
}
.BgClassName
{
background-color: #FBA4E3;
}
</style>
border-color css
<style>
span { border-color: #FBA4E3; }
span { border-color: rgb(251,164,227); }
td.TdClassName
{
border-color: #FBA4E3;
}
.TagClassName
{
border-color: #FBA4E3;
}
</style>