Shades of Lavender Rose #FBACFB
Tints of Lavender Rose #FBACFB
RGB
CMYK
RGB Variations
Color information
#FBACFB (or 0xFBACFB) is known color: Lavender Rose. HEX triplet: FB, AC and FB. RGB value is (251,172,251). Sum of RGB (Red+Green+Blue) = 251+172+251=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBACFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFB is #045304. Grayscale: #CCCCCC. Windows color (decimal): -283397 or 16493819. OLE color: 16493819.
HSL color Cylindrical-coordinate representation of color #FBACFB: hue angle of 300º 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 #FBACFB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 251 | - |
| CMYK | 0 | 0.31 | 0 | 0.02 |
| HSL | 300º | 0.91% | 0.83% | - |
| HSV(B) | 300º | 0.31% | 0.98% | - |
| XYZ | 71.95 | 56.98 | 98.47 | - |
| YUV | 204.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 251 | 0 | 0.31 | 0 | 0.02 | 300 | 0.91 | 0.83 |
| Hex | FB | AC | FB | 0 | 1F | 0 | 2 | 12C | 5B | 53 |
| Octal | 373 | 254 | 373 | 0 | 37 | 0 | 2 | 454 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11111011 | 0 | 11111 | 0 | 10 | 100101100 | 1011011 | 1010011 |
Color Harmonies of #FBACFB
Complementary color
Monochromatic Colors of #FBACFB
Black with #FBACFB
Text Example
Text Example
White with #FBACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACFB; }
p { color: rgb(251,172,251); }
H1.HeaderClassName
{
color: #FBACFB;
}
.AnyTagClassName
{
color: #FBACFB;
}
</style>
background-color css
<style>
a { background-color: #FBACFB; }
a { background-color: rgb(251,172,251); }
div.DivClassName
{
background-color: #FBACFB;
}
.BgClassName
{
background-color: #FBACFB;
}
</style>
border-color css
<style>
span { border-color: #FBACFB; }
span { border-color: rgb(251,172,251); }
td.TdClassName
{
border-color: #FBACFB;
}
.TagClassName
{
border-color: #FBACFB;
}
</style>