Shades of Lavender Rose #FBBDF0
Tints of Lavender Rose #FBBDF0
RGB
CMYK
RGB Variations
Color information
#FBBDF0 (or 0xFBBDF0) is known color: Lavender Rose. HEX triplet: FB, BD and F0. RGB value is (251,189,240). Sum of RGB (Red+Green+Blue) = 251+189+240=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 240 (94.14% from 255 or 35.29% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBDF0 is #04420F. Grayscale: #D5D5D5. Windows color (decimal): -279056 or 15777275. OLE color: 15777275.
HSL color Cylindrical-coordinate representation of color #FBBDF0: hue angle of 310.65º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDF0 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 240 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.02 |
| HSL | 310.65º | 0.89% | 0.86% | - |
| HSV(B) | 310.65º | 0.25% | 0.98% | - |
| XYZ | 73.71 | 63.2 | 90.75 | - |
| YUV | 213.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 240 | 0 | 0.25 | 0.04 | 0.02 | 310.65 | 0.89 | 0.86 |
| Hex | FB | BD | F0 | 0 | 19 | 4 | 2 | 137 | 59 | 56 |
| Octal | 373 | 275 | 360 | 0 | 31 | 4 | 2 | 467 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11110000 | 0 | 11001 | 100 | 10 | 100110111 | 1011001 | 1010110 |
Color Harmonies of #FBBDF0
Complementary color
Monochromatic Colors of #FBBDF0
Black with #FBBDF0
Text Example
Text Example
White with #FBBDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDF0; }
p { color: rgb(251,189,240); }
H1.HeaderClassName
{
color: #FBBDF0;
}
.AnyTagClassName
{
color: #FBBDF0;
}
</style>
background-color css
<style>
a { background-color: #FBBDF0; }
a { background-color: rgb(251,189,240); }
div.DivClassName
{
background-color: #FBBDF0;
}
.BgClassName
{
background-color: #FBBDF0;
}
</style>
border-color css
<style>
span { border-color: #FBBDF0; }
span { border-color: rgb(251,189,240); }
td.TdClassName
{
border-color: #FBBDF0;
}
.TagClassName
{
border-color: #FBBDF0;
}
</style>