Shades of Lavender Pink #FBA5D2
Tints of Lavender Pink #FBA5D2
RGB
CMYK
RGB Variations
Color information
#FBA5D2 (or 0xFBA5D2) is known color: Lavender Pink. HEX triplet: FB, A5 and D2. RGB value is (251,165,210). Sum of RGB (Red+Green+Blue) = 251+165+210=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D2 is #045A2D. Grayscale: #C3C3C3. Windows color (decimal): -285230 or 13805051. OLE color: 13805051.
HSL color Cylindrical-coordinate representation of color #FBA5D2: hue angle of 328.6º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBA5D2 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 210 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 328.6º | 0.91% | 0.82% | - |
| HSV(B) | 328.6º | 0.34% | 0.98% | - |
| XYZ | 64.87 | 52.07 | 67.6 | - |
| YUV | 195.84 | 135.99 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 210 | 0 | 0.34 | 0.16 | 0.02 | 328.6 | 0.91 | 0.82 |
| Hex | FB | A5 | D2 | 0 | 22 | 10 | 2 | 149 | 5B | 52 |
| Octal | 373 | 245 | 322 | 0 | 42 | 20 | 2 | 511 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11010010 | 0 | 100010 | 10000 | 10 | 101001001 | 1011011 | 1010010 |
Color Harmonies of #FBA5D2
Complementary color
Monochromatic Colors of #FBA5D2
Black with #FBA5D2
Text Example
Text Example
White with #FBA5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5D2; }
p { color: rgb(251,165,210); }
H1.HeaderClassName
{
color: #FBA5D2;
}
.AnyTagClassName
{
color: #FBA5D2;
}
</style>
background-color css
<style>
a { background-color: #FBA5D2; }
a { background-color: rgb(251,165,210); }
div.DivClassName
{
background-color: #FBA5D2;
}
.BgClassName
{
background-color: #FBA5D2;
}
</style>
border-color css
<style>
span { border-color: #FBA5D2; }
span { border-color: rgb(251,165,210); }
td.TdClassName
{
border-color: #FBA5D2;
}
.TagClassName
{
border-color: #FBA5D2;
}
</style>