Shades of Lavender Pink #FBB3E0
Tints of Lavender Pink #FBB3E0
RGB
CMYK
RGB Variations
Color information
#FBB3E0 (or 0xFBB3E0) is known color: Lavender Pink. HEX triplet: FB, B3 and E0. RGB value is (251,179,224). Sum of RGB (Red+Green+Blue) = 251+179+224=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 179 (70.31% from 255 or 27.37% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB3E0 is #044C1F. Grayscale: #CDCDCD. Windows color (decimal): -281632 or 14726139. OLE color: 14726139.
HSL color Cylindrical-coordinate representation of color #FBB3E0: hue angle of 322.5º 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 #FBB3E0 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 179 | 224 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.02 |
| HSL | 322.5º | 0.9% | 0.84% | - |
| HSV(B) | 322.5º | 0.29% | 0.98% | - |
| XYZ | 69.36 | 58.13 | 78.09 | - |
| YUV | 205.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 179 | 224 | 0 | 0.29 | 0.11 | 0.02 | 322.5 | 0.9 | 0.84 |
| Hex | FB | B3 | E0 | 0 | 1D | B | 2 | 142 | 5A | 54 |
| Octal | 373 | 263 | 340 | 0 | 35 | 13 | 2 | 502 | 132 | 124 |
| Binary | 11111011 | 10110011 | 11100000 | 0 | 11101 | 1011 | 10 | 101000010 | 1011010 | 1010100 |
Color Harmonies of #FBB3E0
Complementary color
Monochromatic Colors of #FBB3E0
Black with #FBB3E0
Text Example
Text Example
White with #FBB3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB3E0; }
p { color: rgb(251,179,224); }
H1.HeaderClassName
{
color: #FBB3E0;
}
.AnyTagClassName
{
color: #FBB3E0;
}
</style>
background-color css
<style>
a { background-color: #FBB3E0; }
a { background-color: rgb(251,179,224); }
div.DivClassName
{
background-color: #FBB3E0;
}
.BgClassName
{
background-color: #FBB3E0;
}
</style>
border-color css
<style>
span { border-color: #FBB3E0; }
span { border-color: rgb(251,179,224); }
td.TdClassName
{
border-color: #FBB3E0;
}
.TagClassName
{
border-color: #FBB3E0;
}
</style>