Shades of Lavender Rose #FBB3E1
Tints of Lavender Rose #FBB3E1
RGB
CMYK
RGB Variations
Color information
#FBB3E1 (or 0xFBB3E1) is known color: Lavender Rose. HEX triplet: FB, B3 and E1. RGB value is (251,179,225). Sum of RGB (Red+Green+Blue) = 251+179+225=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 179 (70.31% from 255 or 27.33% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3E1 is #044C1E. Grayscale: #CDCDCD. Windows color (decimal): -281631 or 14791675. OLE color: 14791675.
HSL color Cylindrical-coordinate representation of color #FBB3E1: hue angle of 321.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB3E1 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 225 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.02 |
| HSL | 321.67º | 0.9% | 0.84% | - |
| HSV(B) | 321.67º | 0.29% | 0.98% | - |
| XYZ | 69.49 | 58.19 | 78.8 | - |
| YUV | 205.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 225 | 0 | 0.29 | 0.10 | 0.02 | 321.67 | 0.9 | 0.84 |
| Hex | FB | B3 | E1 | 0 | 1D | A | 2 | 142 | 5A | 54 |
| Octal | 373 | 263 | 341 | 0 | 35 | 12 | 2 | 502 | 132 | 124 |
| Binary | 11111011 | 10110011 | 11100001 | 0 | 11101 | 1010 | 10 | 101000010 | 1011010 | 1010100 |
Color Harmonies of #FBB3E1
Complementary color
Monochromatic Colors of #FBB3E1
Black with #FBB3E1
Text Example
Text Example
White with #FBB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3E1; }
p { color: rgb(251,179,225); }
H1.HeaderClassName
{
color: #FBB3E1;
}
.AnyTagClassName
{
color: #FBB3E1;
}
</style>
background-color css
<style>
a { background-color: #FBB3E1; }
a { background-color: rgb(251,179,225); }
div.DivClassName
{
background-color: #FBB3E1;
}
.BgClassName
{
background-color: #FBB3E1;
}
</style>
border-color css
<style>
span { border-color: #FBB3E1; }
span { border-color: rgb(251,179,225); }
td.TdClassName
{
border-color: #FBB3E1;
}
.TagClassName
{
border-color: #FBB3E1;
}
</style>