Shades of Lavender Pink #FBB2DD
Tints of Lavender Pink #FBB2DD
RGB
CMYK
RGB Variations
Color information
#FBB2DD (or 0xFBB2DD) is known color: Lavender Pink. HEX triplet: FB, B2 and DD. RGB value is (251,178,221). Sum of RGB (Red+Green+Blue) = 251+178+221=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 178 (69.92% from 255 or 27.38% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2DD is #044D22. Grayscale: #CCCCCC. Windows color (decimal): -281891 or 14529275. OLE color: 14529275.
HSL color Cylindrical-coordinate representation of color #FBB2DD: hue angle of 324.66º 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 #FBB2DD is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 221 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.02 |
| HSL | 324.66º | 0.9% | 0.84% | - |
| HSV(B) | 324.66º | 0.29% | 0.98% | - |
| XYZ | 68.76 | 57.57 | 75.9 | - |
| YUV | 204.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 221 | 0 | 0.29 | 0.12 | 0.02 | 324.66 | 0.9 | 0.84 |
| Hex | FB | B2 | DD | 0 | 1D | C | 2 | 145 | 5A | 54 |
| Octal | 373 | 262 | 335 | 0 | 35 | 14 | 2 | 505 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11011101 | 0 | 11101 | 1100 | 10 | 101000101 | 1011010 | 1010100 |
Color Harmonies of #FBB2DD
Complementary color
Monochromatic Colors of #FBB2DD
Black with #FBB2DD
Text Example
Text Example
White with #FBB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2DD; }
p { color: rgb(251,178,221); }
H1.HeaderClassName
{
color: #FBB2DD;
}
.AnyTagClassName
{
color: #FBB2DD;
}
</style>
background-color css
<style>
a { background-color: #FBB2DD; }
a { background-color: rgb(251,178,221); }
div.DivClassName
{
background-color: #FBB2DD;
}
.BgClassName
{
background-color: #FBB2DD;
}
</style>
border-color css
<style>
span { border-color: #FBB2DD; }
span { border-color: rgb(251,178,221); }
td.TdClassName
{
border-color: #FBB2DD;
}
.TagClassName
{
border-color: #FBB2DD;
}
</style>