Shades of Lavender Pink #FBB2D6
Tints of Lavender Pink #FBB2D6
RGB
CMYK
RGB Variations
Color information
#FBB2D6 (or 0xFBB2D6) is known color: Lavender Pink. HEX triplet: FB, B2 and D6. RGB value is (251,178,214). Sum of RGB (Red+Green+Blue) = 251+178+214=643 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.04% from 643); Green value is 178 (69.92% from 255 or 27.68% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2D6 is #044D29. Grayscale: #CBCBCB. Windows color (decimal): -281898 or 14070523. OLE color: 14070523.
HSL color Cylindrical-coordinate representation of color #FBB2D6: hue angle of 330.41º 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 #FBB2D6 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 214 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.02 |
| HSL | 330.41º | 0.9% | 0.84% | - |
| HSV(B) | 330.41º | 0.29% | 0.98% | - |
| XYZ | 67.84 | 57.21 | 71.08 | - |
| YUV | 203.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 214 | 0 | 0.29 | 0.15 | 0.02 | 330.41 | 0.9 | 0.84 |
| Hex | FB | B2 | D6 | 0 | 1D | F | 2 | 14A | 5A | 54 |
| Octal | 373 | 262 | 326 | 0 | 35 | 17 | 2 | 512 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11010110 | 0 | 11101 | 1111 | 10 | 101001010 | 1011010 | 1010100 |
Color Harmonies of #FBB2D6
Complementary color
Monochromatic Colors of #FBB2D6
Black with #FBB2D6
Text Example
Text Example
White with #FBB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2D6; }
p { color: rgb(251,178,214); }
H1.HeaderClassName
{
color: #FBB2D6;
}
.AnyTagClassName
{
color: #FBB2D6;
}
</style>
background-color css
<style>
a { background-color: #FBB2D6; }
a { background-color: rgb(251,178,214); }
div.DivClassName
{
background-color: #FBB2D6;
}
.BgClassName
{
background-color: #FBB2D6;
}
</style>
border-color css
<style>
span { border-color: #FBB2D6; }
span { border-color: rgb(251,178,214); }
td.TdClassName
{
border-color: #FBB2D6;
}
.TagClassName
{
border-color: #FBB2D6;
}
</style>