Shades of Lavender Pink #FBA5D0
Tints of Lavender Pink #FBA5D0
RGB
CMYK
RGB Variations
Color information
#FBA5D0 (or 0xFBA5D0) is known color: Lavender Pink. HEX triplet: FB, A5 and D0. RGB value is (251,165,208). Sum of RGB (Red+Green+Blue) = 251+165+208=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5D0 is #045A2F. Grayscale: #C3C3C3. Windows color (decimal): -285232 or 13673979. OLE color: 13673979.
HSL color Cylindrical-coordinate representation of color #FBA5D0: hue angle of 330º 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 #FBA5D0 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 208 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.02 |
| HSL | 330º | 0.91% | 0.82% | - |
| HSV(B) | 330º | 0.34% | 0.98% | - |
| XYZ | 64.62 | 51.97 | 66.3 | - |
| YUV | 195.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 208 | 0 | 0.34 | 0.17 | 0.02 | 330 | 0.91 | 0.82 |
| Hex | FB | A5 | D0 | 0 | 22 | 11 | 2 | 14A | 5B | 52 |
| Octal | 373 | 245 | 320 | 0 | 42 | 21 | 2 | 512 | 133 | 122 |
| Binary | 11111011 | 10100101 | 11010000 | 0 | 100010 | 10001 | 10 | 101001010 | 1011011 | 1010010 |
Color Harmonies of #FBA5D0
Complementary color
Monochromatic Colors of #FBA5D0
Black with #FBA5D0
Text Example
Text Example
White with #FBA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA5D0; }
p { color: rgb(251,165,208); }
H1.HeaderClassName
{
color: #FBA5D0;
}
.AnyTagClassName
{
color: #FBA5D0;
}
</style>
background-color css
<style>
a { background-color: #FBA5D0; }
a { background-color: rgb(251,165,208); }
div.DivClassName
{
background-color: #FBA5D0;
}
.BgClassName
{
background-color: #FBA5D0;
}
</style>
border-color css
<style>
span { border-color: #FBA5D0; }
span { border-color: rgb(251,165,208); }
td.TdClassName
{
border-color: #FBA5D0;
}
.TagClassName
{
border-color: #FBA5D0;
}
</style>