Shades of Lavender Rose #FBACFE
Tints of Lavender Rose #FBACFE
RGB
CMYK
RGB Variations
Color information
#FBACFE (or 0xFBACFE) is known color: Lavender Rose. HEX triplet: FB, AC and FE. RGB value is (251,172,254). Sum of RGB (Red+Green+Blue) = 251+172+254=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 172 (67.58% from 255 or 25.41% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBACFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFE is #045301. Grayscale: #CCCCCC. Windows color (decimal): -283394 or 16690427. OLE color: 16690427.
HSL color Cylindrical-coordinate representation of color #FBACFE: hue angle of 297.8º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBACFE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 172 | 254 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.00 |
| HSL | 297.8º | 0.98% | 0.84% | - |
| HSV(B) | 297.8º | 0.32% | 1% | - |
| XYZ | 72.43 | 57.17 | 100.98 | - |
| YUV | 204.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 254 | 0.01 | 0.32 | 0 | 0.00 | 297.8 | 0.98 | 0.84 |
| Hex | FB | AC | FE | 1 | 20 | 0 | 0 | 12A | 62 | 54 |
| Octal | 373 | 254 | 376 | 1 | 40 | 0 | 0 | 452 | 142 | 124 |
| Binary | 11111011 | 10101100 | 11111110 | 1 | 100000 | 0 | 0 | 100101010 | 1100010 | 1010100 |
Color Harmonies of #FBACFE
Complementary color
Monochromatic Colors of #FBACFE
Black with #FBACFE
Text Example
Text Example
White with #FBACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACFE; }
p { color: rgb(251,172,254); }
H1.HeaderClassName
{
color: #FBACFE;
}
.AnyTagClassName
{
color: #FBACFE;
}
</style>
background-color css
<style>
a { background-color: #FBACFE; }
a { background-color: rgb(251,172,254); }
div.DivClassName
{
background-color: #FBACFE;
}
.BgClassName
{
background-color: #FBACFE;
}
</style>
border-color css
<style>
span { border-color: #FBACFE; }
span { border-color: rgb(251,172,254); }
td.TdClassName
{
border-color: #FBACFE;
}
.TagClassName
{
border-color: #FBACFE;
}
</style>