Shades of Lavender Pink #FBA3D0
Tints of Lavender Pink #FBA3D0
RGB
CMYK
RGB Variations
Color information
#FBA3D0 (or 0xFBA3D0) is known color: Lavender Pink. HEX triplet: FB, A3 and D0. RGB value is (251,163,208). Sum of RGB (Red+Green+Blue) = 251+163+208=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 163 (64.06% from 255 or 26.21% from 622); Blue value is 208 (81.64% from 255 or 33.44% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA3D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA3D0 is #045C2F. Grayscale: #C2C2C2. Windows color (decimal): -285744 or 13673467. OLE color: 13673467.
HSL color Cylindrical-coordinate representation of color #FBA3D0: hue angle of 329.32º 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 #FBA3D0 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 208 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.02 |
| HSL | 329.32º | 0.92% | 0.81% | - |
| HSV(B) | 329.32º | 0.35% | 0.98% | - |
| XYZ | 64.27 | 51.26 | 66.18 | - |
| YUV | 194.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 208 | 0 | 0.35 | 0.17 | 0.02 | 329.32 | 0.92 | 0.81 |
| Hex | FB | A3 | D0 | 0 | 23 | 11 | 2 | 149 | 5C | 51 |
| Octal | 373 | 243 | 320 | 0 | 43 | 21 | 2 | 511 | 134 | 121 |
| Binary | 11111011 | 10100011 | 11010000 | 0 | 100011 | 10001 | 10 | 101001001 | 1011100 | 1010001 |
Color Harmonies of #FBA3D0
Complementary color
Monochromatic Colors of #FBA3D0
Black with #FBA3D0
Text Example
Text Example
White with #FBA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA3D0; }
p { color: rgb(251,163,208); }
H1.HeaderClassName
{
color: #FBA3D0;
}
.AnyTagClassName
{
color: #FBA3D0;
}
</style>
background-color css
<style>
a { background-color: #FBA3D0; }
a { background-color: rgb(251,163,208); }
div.DivClassName
{
background-color: #FBA3D0;
}
.BgClassName
{
background-color: #FBA3D0;
}
</style>
border-color css
<style>
span { border-color: #FBA3D0; }
span { border-color: rgb(251,163,208); }
td.TdClassName
{
border-color: #FBA3D0;
}
.TagClassName
{
border-color: #FBA3D0;
}
</style>