Shades of Lavender Rose #FBACF9
Tints of Lavender Rose #FBACF9
RGB
CMYK
RGB Variations
Color information
#FBACF9 (or 0xFBACF9) is known color: Lavender Rose. HEX triplet: FB, AC and F9. RGB value is (251,172,249). Sum of RGB (Red+Green+Blue) = 251+172+249=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 172 (67.58% from 255 or 25.60% from 672); Blue value is 249 (97.66% from 255 or 37.05% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACF9 is #045306. Grayscale: #CCCCCC. Windows color (decimal): -283399 or 16362747. OLE color: 16362747.
HSL color Cylindrical-coordinate representation of color #FBACF9: hue angle of 301.52º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBACF9 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 249 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.02 |
| HSL | 301.52º | 0.91% | 0.83% | - |
| HSV(B) | 301.52º | 0.31% | 0.98% | - |
| XYZ | 71.64 | 56.85 | 96.82 | - |
| YUV | 204.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 249 | 0 | 0.31 | 0.01 | 0.02 | 301.52 | 0.91 | 0.83 |
| Hex | FB | AC | F9 | 0 | 1F | 1 | 2 | 12E | 5B | 53 |
| Octal | 373 | 254 | 371 | 0 | 37 | 1 | 2 | 456 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11111001 | 0 | 11111 | 1 | 10 | 100101110 | 1011011 | 1010011 |
Color Harmonies of #FBACF9
Complementary color
Monochromatic Colors of #FBACF9
Black with #FBACF9
Text Example
Text Example
White with #FBACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACF9; }
p { color: rgb(251,172,249); }
H1.HeaderClassName
{
color: #FBACF9;
}
.AnyTagClassName
{
color: #FBACF9;
}
</style>
background-color css
<style>
a { background-color: #FBACF9; }
a { background-color: rgb(251,172,249); }
div.DivClassName
{
background-color: #FBACF9;
}
.BgClassName
{
background-color: #FBACF9;
}
</style>
border-color css
<style>
span { border-color: #FBACF9; }
span { border-color: rgb(251,172,249); }
td.TdClassName
{
border-color: #FBACF9;
}
.TagClassName
{
border-color: #FBACF9;
}
</style>