Shades of Lavender Rose #FBACDD
Tints of Lavender Rose #FBACDD
RGB
CMYK
RGB Variations
Color information
#FBACDD (or 0xFBACDD) is known color: Lavender Rose. HEX triplet: FB, AC and DD. RGB value is (251,172,221). Sum of RGB (Red+Green+Blue) = 251+172+221=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBACDD is #045322. Grayscale: #C9C9C9. Windows color (decimal): -283427 or 14527739. OLE color: 14527739.
HSL color Cylindrical-coordinate representation of color #FBACDD: hue angle of 322.78º 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 #FBACDD is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 221 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.02 |
| HSL | 322.78º | 0.91% | 0.83% | - |
| HSV(B) | 322.78º | 0.31% | 0.98% | - |
| XYZ | 67.59 | 55.23 | 75.51 | - |
| YUV | 201.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 221 | 0 | 0.31 | 0.12 | 0.02 | 322.78 | 0.91 | 0.83 |
| Hex | FB | AC | DD | 0 | 1F | C | 2 | 143 | 5B | 53 |
| Octal | 373 | 254 | 335 | 0 | 37 | 14 | 2 | 503 | 133 | 123 |
| Binary | 11111011 | 10101100 | 11011101 | 0 | 11111 | 1100 | 10 | 101000011 | 1011011 | 1010011 |
Color Harmonies of #FBACDD
Complementary color
Monochromatic Colors of #FBACDD
Black with #FBACDD
Text Example
Text Example
White with #FBACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBACDD; }
p { color: rgb(251,172,221); }
H1.HeaderClassName
{
color: #FBACDD;
}
.AnyTagClassName
{
color: #FBACDD;
}
</style>
background-color css
<style>
a { background-color: #FBACDD; }
a { background-color: rgb(251,172,221); }
div.DivClassName
{
background-color: #FBACDD;
}
.BgClassName
{
background-color: #FBACDD;
}
</style>
border-color css
<style>
span { border-color: #FBACDD; }
span { border-color: rgb(251,172,221); }
td.TdClassName
{
border-color: #FBACDD;
}
.TagClassName
{
border-color: #FBACDD;
}
</style>