Shades of Lavender Rose #FBA8E3
Tints of Lavender Rose #FBA8E3
RGB
CMYK
RGB Variations
Color information
#FBA8E3 (or 0xFBA8E3) is known color: Lavender Rose. HEX triplet: FB, A8 and E3. RGB value is (251,168,227). Sum of RGB (Red+Green+Blue) = 251+168+227=646 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.85% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8E3 is #04571C. Grayscale: #C7C7C7. Windows color (decimal): -284445 or 14919931. OLE color: 14919931.
HSL color Cylindrical-coordinate representation of color #FBA8E3: hue angle of 317.35º 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 #FBA8E3 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 227 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.02 |
| HSL | 317.35º | 0.91% | 0.82% | - |
| HSV(B) | 317.35º | 0.33% | 0.98% | - |
| XYZ | 67.65 | 54.06 | 79.54 | - |
| YUV | 199.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 227 | 0 | 0.33 | 0.10 | 0.02 | 317.35 | 0.91 | 0.82 |
| Hex | FB | A8 | E3 | 0 | 21 | A | 2 | 13D | 5B | 52 |
| Octal | 373 | 250 | 343 | 0 | 41 | 12 | 2 | 475 | 133 | 122 |
| Binary | 11111011 | 10101000 | 11100011 | 0 | 100001 | 1010 | 10 | 100111101 | 1011011 | 1010010 |
Color Harmonies of #FBA8E3
Complementary color
Monochromatic Colors of #FBA8E3
Black with #FBA8E3
Text Example
Text Example
White with #FBA8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8E3; }
p { color: rgb(251,168,227); }
H1.HeaderClassName
{
color: #FBA8E3;
}
.AnyTagClassName
{
color: #FBA8E3;
}
</style>
background-color css
<style>
a { background-color: #FBA8E3; }
a { background-color: rgb(251,168,227); }
div.DivClassName
{
background-color: #FBA8E3;
}
.BgClassName
{
background-color: #FBA8E3;
}
</style>
border-color css
<style>
span { border-color: #FBA8E3; }
span { border-color: rgb(251,168,227); }
td.TdClassName
{
border-color: #FBA8E3;
}
.TagClassName
{
border-color: #FBA8E3;
}
</style>