Shades of Lavender Rose #FBACF0
Tints of Lavender Rose #FBACF0
RGB
CMYK
RGB Variations
Color information
#FBACF0 (or 0xFBACF0) is known color: Lavender Rose. HEX triplet: FB, AC and F0. RGB value is (251,172,240). Sum of RGB (Red+Green+Blue) = 251+172+240=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 172 (67.58% from 255 or 25.94% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACF0 is #04530F. Grayscale: #CBCBCB. Windows color (decimal): -283408 or 15772923. OLE color: 15772923.
HSL color Cylindrical-coordinate representation of color #FBACF0: hue angle of 308.35º 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 #FBACF0 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 240 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.02 |
| HSL | 308.35º | 0.91% | 0.83% | - |
| HSV(B) | 308.35º | 0.31% | 0.98% | - |
| XYZ | 70.26 | 56.31 | 89.6 | - |
| YUV | 203.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 240 | 0 | 0.31 | 0.04 | 0.02 | 308.35 | 0.91 | 0.83 |
| Hex | FB | AC | F0 | 0 | 1F | 4 | 2 | 134 | 5B | 53 |
| Octal | 373 | 254 | 360 | 0 | 37 | 4 | 2 | 464 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11110000 | 0 | 11111 | 100 | 10 | 100110100 | 1011011 | 1010011 |
Color Harmonies of #FBACF0
Complementary color
Monochromatic Colors of #FBACF0
Black with #FBACF0
Text Example
Text Example
White with #FBACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACF0; }
p { color: rgb(251,172,240); }
H1.HeaderClassName
{
color: #FBACF0;
}
.AnyTagClassName
{
color: #FBACF0;
}
</style>
background-color css
<style>
a { background-color: #FBACF0; }
a { background-color: rgb(251,172,240); }
div.DivClassName
{
background-color: #FBACF0;
}
.BgClassName
{
background-color: #FBACF0;
}
</style>
border-color css
<style>
span { border-color: #FBACF0; }
span { border-color: rgb(251,172,240); }
td.TdClassName
{
border-color: #FBACF0;
}
.TagClassName
{
border-color: #FBACF0;
}
</style>