Shades of Lavender Rose #FBB2FD
Tints of Lavender Rose #FBB2FD
RGB
CMYK
RGB Variations
Color information
#FBB2FD (or 0xFBB2FD) is known color: Lavender Rose. HEX triplet: FB, B2 and FD. RGB value is (251,178,253). Sum of RGB (Red+Green+Blue) = 251+178+253=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 178 (69.92% from 255 or 26.10% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBB2FD is #044D02. Grayscale: #D0D0D0. Windows color (decimal): -281859 or 16626427. OLE color: 16626427.
HSL color Cylindrical-coordinate representation of color #FBB2FD: hue angle of 298.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB2FD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 178 | 253 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.01 |
| HSL | 298.4º | 0.95% | 0.85% | - |
| HSV(B) | 298.4º | 0.3% | 0.99% | - |
| XYZ | 73.43 | 59.44 | 100.53 | - |
| YUV | 208.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 253 | 0.01 | 0.30 | 0 | 0.01 | 298.4 | 0.95 | 0.85 |
| Hex | FB | B2 | FD | 1 | 1E | 0 | 1 | 12A | 5F | 55 |
| Octal | 373 | 262 | 375 | 1 | 36 | 0 | 1 | 452 | 137 | 125 |
| Binary | 11111011 | 10110010 | 11111101 | 1 | 11110 | 0 | 1 | 100101010 | 1011111 | 1010101 |
Color Harmonies of #FBB2FD
Complementary color
Monochromatic Colors of #FBB2FD
Black with #FBB2FD
Text Example
Text Example
White with #FBB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2FD; }
p { color: rgb(251,178,253); }
H1.HeaderClassName
{
color: #FBB2FD;
}
.AnyTagClassName
{
color: #FBB2FD;
}
</style>
background-color css
<style>
a { background-color: #FBB2FD; }
a { background-color: rgb(251,178,253); }
div.DivClassName
{
background-color: #FBB2FD;
}
.BgClassName
{
background-color: #FBB2FD;
}
</style>
border-color css
<style>
span { border-color: #FBB2FD; }
span { border-color: rgb(251,178,253); }
td.TdClassName
{
border-color: #FBB2FD;
}
.TagClassName
{
border-color: #FBB2FD;
}
</style>