Shades of Lavender Pink #FBA2D4
Tints of Lavender Pink #FBA2D4
RGB
CMYK
RGB Variations
Color information
#FBA2D4 (or 0xFBA2D4) is known color: Lavender Pink. HEX triplet: FB, A2 and D4. RGB value is (251,162,212). Sum of RGB (Red+Green+Blue) = 251+162+212=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 162 (63.67% from 255 or 25.92% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2D4 is #045D2B. Grayscale: #C2C2C2. Windows color (decimal): -285996 or 13935355. OLE color: 13935355.
HSL color Cylindrical-coordinate representation of color #FBA2D4: hue angle of 326.29º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2D4 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 212 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.02 |
| HSL | 326.29º | 0.92% | 0.81% | - |
| HSV(B) | 326.29º | 0.35% | 0.98% | - |
| XYZ | 64.59 | 51.1 | 68.75 | - |
| YUV | 194.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 212 | 0 | 0.35 | 0.16 | 0.02 | 326.29 | 0.92 | 0.81 |
| Hex | FB | A2 | D4 | 0 | 23 | 10 | 2 | 146 | 5C | 51 |
| Octal | 373 | 242 | 324 | 0 | 43 | 20 | 2 | 506 | 134 | 121 |
| Binary | 11111011 | 10100010 | 11010100 | 0 | 100011 | 10000 | 10 | 101000110 | 1011100 | 1010001 |
Color Harmonies of #FBA2D4
Complementary color
Monochromatic Colors of #FBA2D4
Black with #FBA2D4
Text Example
Text Example
White with #FBA2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA2D4; }
p { color: rgb(251,162,212); }
H1.HeaderClassName
{
color: #FBA2D4;
}
.AnyTagClassName
{
color: #FBA2D4;
}
</style>
background-color css
<style>
a { background-color: #FBA2D4; }
a { background-color: rgb(251,162,212); }
div.DivClassName
{
background-color: #FBA2D4;
}
.BgClassName
{
background-color: #FBA2D4;
}
</style>
border-color css
<style>
span { border-color: #FBA2D4; }
span { border-color: rgb(251,162,212); }
td.TdClassName
{
border-color: #FBA2D4;
}
.TagClassName
{
border-color: #FBA2D4;
}
</style>