Shades of Lavender Pink #FBB2D0
Tints of Lavender Pink #FBB2D0
RGB
CMYK
RGB Variations
Color information
#FBB2D0 (or 0xFBB2D0) is known color: Lavender Pink. HEX triplet: FB, B2 and D0. RGB value is (251,178,208). Sum of RGB (Red+Green+Blue) = 251+178+208=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 178 (69.92% from 255 or 27.94% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2D0 is #044D2F. Grayscale: #CBCBCB. Windows color (decimal): -281904 or 13677307. OLE color: 13677307.
HSL color Cylindrical-coordinate representation of color #FBB2D0: hue angle of 335.34º 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 #FBB2D0 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 208 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.02 |
| HSL | 335.34º | 0.9% | 0.84% | - |
| HSV(B) | 335.34º | 0.29% | 0.98% | - |
| XYZ | 67.09 | 56.9 | 67.12 | - |
| YUV | 203.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 208 | 0 | 0.29 | 0.17 | 0.02 | 335.34 | 0.9 | 0.84 |
| Hex | FB | B2 | D0 | 0 | 1D | 11 | 2 | 14F | 5A | 54 |
| Octal | 373 | 262 | 320 | 0 | 35 | 21 | 2 | 517 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11010000 | 0 | 11101 | 10001 | 10 | 101001111 | 1011010 | 1010100 |
Color Harmonies of #FBB2D0
Complementary color
Monochromatic Colors of #FBB2D0
Black with #FBB2D0
Text Example
Text Example
White with #FBB2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2D0; }
p { color: rgb(251,178,208); }
H1.HeaderClassName
{
color: #FBB2D0;
}
.AnyTagClassName
{
color: #FBB2D0;
}
</style>
background-color css
<style>
a { background-color: #FBB2D0; }
a { background-color: rgb(251,178,208); }
div.DivClassName
{
background-color: #FBB2D0;
}
.BgClassName
{
background-color: #FBB2D0;
}
</style>
border-color css
<style>
span { border-color: #FBB2D0; }
span { border-color: rgb(251,178,208); }
td.TdClassName
{
border-color: #FBB2D0;
}
.TagClassName
{
border-color: #FBB2D0;
}
</style>